Dijji / XstReader

Xst Reader is an open source viewer for Microsoft Outlook’s .ost and .pst files, written entirely in C#. To download an executable of the current version, go to the releases tab.
Microsoft Public License
485 stars 70 forks source link

Powershell Export Issue #4

Closed ryonm closed 5 years ago

ryonm commented 5 years ago

Using Outlook 2010 & Exchange 2010. When I create a PST using Outlook I don't have any issues. When I export a mailbox to a PST using the PowerShell command below from the Exchange server I am no longer able to see/expand sub folders.

New-MailboxExportRequest -Mailbox jdoe@consoto.com -FilePath \server\d$\jdoe\backup_2018_03_15.pst

Thank you.

Dijji commented 5 years ago

Unfortunately, I do not have any access to a copy of Exchange Server, which as far as I can tell is necessary to reproduce this issue.

If you could provide me with a sample exported PST file, then I will take a look. Obviously, I’m not interested in looking at anybody’s emails, so it might make sense to create a test account with fairly minimal contents for this purpose.

Dijji

ryonm commented 5 years ago

Thanks for looking into this issue. Please download a test pst file and a screenshot of the folder structure from:

https://files.southlandcu.org/app?operation=pubopp&id=1535469318215X10A3A70A40jMpAc

Dijji commented 5 years ago

I've got the files and can reproduce the problem. I'll take a look.

Thanks.

Dijji

Dijji commented 5 years ago

Fixed in Version 1.3

ryonm commented 5 years ago

Confirmed, I'm now able to see sub-folders.

I am observing another issue where I'm not able to see the details of some items, I have another sample file and screenshot:

https://files.southlandcu.org/app?operation=pubopp&id=1535578208715X10A3A70A40RaDLX

Thank you.

Dijji commented 5 years ago

I’m glad that folder hierarchies are now working as you would expect.

As for the second problem, the item highlighted in your screenshot is a Contact, and, unlike Outlook, I don’t have a content visualisation for contacts, only for emails.

There are two reasons why: firstly, my main focus was emails; and secondly, there is another mechanism already available to see the data. If you use the radio buttons at the bottom right to switch to the Properties view, you will see all of the properties of the contact, including the ones you would expect Outlook to show.

Dijji

ryonm commented 5 years ago

Without paying too much attention, I was under the impression that one of my contacts was displaying properly using the 'Content' view. This particular contact has information in the "Notes" field, and that information did show with the 'Content' view. But yes, using the 'Properties' view shows the desired information.

Thanks again for the quick fix and this very useful tool.