I am using Microsoft Graph.
How to get embedded attachments (embedded images)?
I tried both v1.0 and beta API
GET /me/messages/{messageId}/attachments?$filter=isInline eq true
But he always gives me all attachments, including attachments that isInline
are false.
source
share