Skip to main content
outlook_get_attachment Downloads a specific attachment from an Outlook message. File attachments return their content as base64 in the structured output. Use outlook_list_attachments first to get the attachment ID.

Parameters

Returns

The attachment object with id, name, contentType, size, contentBytes (base64-encoded content for file attachments), and sourceUrl (for reference/linked attachments).

Example use

“Download the PDF attached to message ID AAMkAGI2....”