outlook_download_attachment
Download email attachments by providing message ID and attachment ID. Optionally include file content or decode Base64 for readable text.
Instructions
Download a specific email attachment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| messageId | Yes | The ID of the email containing the attachment | |
| attachmentId | Yes | The ID of the attachment to download | |
| includeContent | No | Whether to include the file content | |
| decodeContent | No | Whether to decode Base64 content to readable format (text files) or provide summary (binary files) |