Hi.
I want to migrate a mailbox to Outlook Archive Online but I can't find the Archive Online.
To list all the folders I am using the following code:
Imap.GetFolderList("", ImapFolderListMode.Subscribed, false);
However the code retrieves only the directories of main mailbox. Is it possible to list the Archive Online directories (In Place) only?
Thank you!