I'm using Outlook Redemption library (http://www.dimastr.com/redemption/home.htm) for my Outlook AddIn. I want to move multiple mails from an exchange account to a PST store.
onlineAccountFolder.Items.MoveMultiple(onlineEntryIds, targetFolderInPstStore);
The source folder mails were cut from the Exchange account, but not pasted in the target folder. They are gone.
I tried the same operation on an Exchange account folder in the same store and the move operation was successful. The items were moved to the target folder.
There's no overload of the 'MoveMultiple' method where I can define a StoreID.