want to purchase Aspose email, but want to ask if my issue solved with Aspose
I want to know if your dll take backup of Office 365 online archive and shared mailboxes, if yes then please send me testing code. So I can check.
If it will work, I purchase for my work
This Topic is created by sabrina.tran1 using Email to Topic tool.
@lettoknow,
I suggest you to please try using following sample code on your end to backup account on PST.
IEWSClient client = EWSClient.GetEWSClient("https://outlook.office365.com/ews/exchange.asmx",
email, password);
client.ReconnectCount = 3;
var folderInfoCollection = client.ListSubFolders(client.GetMailboxInfo().RootUri);
client.Backup(folderInfoCollection, path + "output.pst", BackupOptions.Recursive);