MailAttachmentGet
Summary
Retrieves a specific attachment. File attachments include content as Base64.
Graph Endpoint
GET /me/messages/{messageId}/attachments/{attachmentId}
Parameters
Required
messageId: stringattachmentId: string
Usage (app.businessFunction)
app.businessFunction({
functionName: 'MicrosoftGraph',
methodName: 'Mail',
operation: 'AttachmentGet',
parameters: {
messageId: 'AAMkAGI2N...',
attachmentId: 'AQQkADk2...'
}
})Response
Notes
Non‑file attachments (e.g., item references) may not include
contentBytesBase64.
Last updated
Was this helpful?