How to get In-Place archive mailbox in Exchange Online using Office 365 APIs

别来无恙 提交于 2019-11-29 17:02:42

Is it possible to get it use Office 365 unified APIs? If not, is there any alternative?

Archive mailboxes (called an In-Place Archive in Exchange Online) are secondary mailboxes that are associated with a user. The Office 365 API does not support accessing to archive mailboxes.

BTW, achieving is a feature of Exchange, the EWS API supports archiving an item, but it does not support listing mails in achieve mailbox either (Archiving in EWS in Exchange).

For new feature request of Office 365 API, you can consider submitting it on Office Developer Platform UserVoice.

GET https://graph.microsoft.com/v1.0/me/mailFolders/{id}/childFolders Here as id You can use well known folder names. It's archivemsgfolderroot for archive mailbox.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!