标签: microsoft-graph microsoft-graph-sdks
在EWS中,您可以像这样获得Item的字节:
var theBytes = _att.Item.MimeContent.Content;
Microsoft Graph API中的等效项是contentBytes,但仅适用于FileAttachment,如何为contentBytes获得ItemAttachment?
contentBytes
FileAttachment
ItemAttachment