mail_read_attachment
Read a file attachment from an Outlook message and return its content as base64 bytes, up to 2 MiB, without executing or saving anything.
Instructions
Read a file attachment as bounded inert base64 bytes (up to 2 MiB). Item and reference attachments are rejected; no URL is followed and nothing is executed or written to disk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maxBytes | No | ||
| accountId | Yes | ||
| messageId | Yes | ||
| attachmentId | Yes |