How to retrieve ItemAttachment contents from Office 365 REST API?

前端 未结 1 1421
长发绾君心
长发绾君心 2020-11-30 12:16

UPDATE: Many thanks to Venkat for answering this below!

The get request needs to be formatted as follows in order to retrieve the contents of a .msg

相关标签:
1条回答
  • 2020-11-30 12:49

    Yes, our documentation needs to be much clearer on how to retrieve the Item. Please try https://outlook.office365.com/api/v1.0/me/messages/{messageid}/attachments/{AttachmentId}?$expand=Microsoft.OutlookServices.ItemAttachment/Item and let me know if this works for you.

    0 讨论(0)
提交回复
热议问题