In Exchange 365, there is now the ability to archive an email after you have read it.
Once you click the 'Archive' button the email is moved out of the users Inbox into an Archive folder.
I am trying to access the mails in this Archive folder using EWS but have not had any luck.
The Archive folder does not appear in the WellKnownFolderName enum. The closest options ArchiveRoot or ArchiveMsgFolderRoot generate an error when I try to access them
{"The specified folder could not be found in the store."} System.Exception {Microsoft.Exchange.WebServices.Data.ServiceResponseException}
The 'In-Place Archive' feature is disabled for this mailbox in the Exchange Admin area.
I have also tried to EWS AutodiscoverService Service to find any alternative mailboxes assigned to the target user but no mailboxes are returned.
Can someone please outline how I can use EWS to read mails from this Archive Folder?
