无法通过Microsoft Graph API获取“收件箱”文件夹

时间:2019-01-21 11:15:37

标签: microsoft-graph outlook-restapi

我无法通过Microsoft Graph API获取“收件箱” mailFolder资源。

我尝试使用/me/mailFolders将所有mailFolders都放在根文件夹下,但是api响应中没有显示“收件箱”。

此外,我还尝试使用众所周知的文件夹名称发送api,但是服务器响应了ErrorItemNotFound

但是,“收件箱”邮件文件夹下有许多子文件夹,我可以通过Office365网站看到它们。

这是详细的请求和响应。

请求:

GET /users/5df7dac4-5c93-4bb6-8dc9-7bdf586c3e97/mailFolders/inbox

响应:

{
  "error": {
    "code": "ErrorItemNotFound",
    "message": "The specified object was not found in the store.",
    "innerError": {
      "request-id": "7a5904ba-cf58-4278-aab4-937176ef2a45",
      "date": "2019-01-21T08:23:22"
    }
  }
}

0 个答案:

没有答案