Hello,
When using PersonalStorage.SplitInto, there are 2 issues:
-
The output created .ost, will have the following folders in root:
Deleted Items/Inbox/Calendar/Contacts/Drafts/Journal/Notes/RSS Feeds/Tasks
In addition to the 2 standard folders:
Root - Public/Root - Mailbox
If I’m not wrong, they shall be created inside:
Root - Mailbox \ IPM_SUBTREE
And not the root (for Ost only - for Pst root is correct) -
Certain items in the Pst/Ost storages will cause PersonalStorage.SplitInto to exit abnormally in the middle of progress!
But the question is that how can I catch which item is causing this error to report to you?
Seems Storage_ItemMoved event won’t work for .SplitInto hence can’t find the underlying item causing this!
(No global internal logger for Aspose.Email to enable and diagnose the details?)
Thanks
- Not sure if MessageAdded event is fired for this or not?!