首页 > 解决方案 > 使用 Graph API 从 Outlook 中的共享文件夹获取所有邮件

问题描述

我正在尝试从以下位置 (Folder2) 中的共享文件夹获取所有邮件:\Public folder - me@domain.com\All public folder\Folder1\Folder2

因为我是一名 RPA 开发人员,所以我想使用 Blue Prism 来做到这一点。这意味着我将使用 HTTP 请求。

我尝试过以下 URL,但运气不佳:

https://graph.microsoft.com/v1.0/users/ {用户 ID}/messages/

https://graph.microsoft.com/v1.0/users/ {user id}/mailfolders('Inbox')/messages

有谁知道我是否使用了错误的 URL,究竟是什么代替了 {user id} 和“收件箱”,或者它是否完全是其他东西?

标签: outlookmicrosoft-graph-apimicrosoft-graph-mailoutlook-graph-api

解决方案


推荐阅读