get_email_attachments
Fetch all file attachments for an Outlook message ID, returning each attachment's metadata and binary bytes for direct use.
Instructions
Fetches the content of all the file attachments for a given Outlook messageId. Returns array [{id, name, contentType, size, isInline, contentBytes}].
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Outlook/Graph message ID | |
| mailbox | No | Target Outlook email address / mailbox. Defaults to primary configured user email if omitted. |