Outlook REST API Get MIME content of ItemAttachment with ReadItem permission

試著忘記壹切 提交于 2019-12-06 09:32:18

问题


The Outlook REST API we are trying to use is outlook.office.com/api/v2.0/me/messages{messageId}/attachments/{attachmentId}/$value to retrieve the raw contents of an ItemAttachment (contact, event, or message) in MIME format as described here https://docs.microsoft.com/en-us/graph/outlook-get-mime-message.

Getting the MIME contents only works with the ReadWriteMailbox permission, but we would like it to work with ReadItem. We are able to retrieve FileAttachments without the elevated permission but not ItemAttachments.

来源:https://stackoverflow.com/questions/58883108/outlook-rest-api-get-mime-content-of-itemattachment-with-readitem-permission

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