REST Api for O365 EO可恢复项目文件夹 [英] REST Api for O365 EO Recoverable items folder

查看:82
本文介绍了REST Api for O365 EO可恢复项目文件夹的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想从已删除项中的 Recoverable 项文件夹中获取事件.

I want to fetch events from Recoverable items folder inside Deleted Items.

我们是否具有rest API支持,以访问可恢复文件夹中的这些邮件/日历/联系人?

Do we have support with rest API to access these mails/calendars/contacts inside recoverable folder?

我找不到任何相关文章,也没有在Outlook Mail Rest API参考中列出该文章.

I couldn't find any article about it nor it is listed in outlook mail rest API reference.

感谢您的帮助

推荐答案

您可以对RecoverableItems文件夹使用WellKnownFolder枚举,因此发出这样的请求以列出所有文件夹

You can use the WellKnownFolder enumerations for the RecoverableItems folders so make a request like this to list all the folders

https://graph.microsoft.com/v1.0/users('user@domain.com')/MailFolders/recoverableitemsroot/childfolders/?$Top=1000 

或文件夹中的项目

GET https://graph.microsoft.com/v1.0/users('user@domain.com')/MailFolders/recoverableitemsdeletions/messages

这篇关于REST Api for O365 EO可恢复项目文件夹的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆