outlook_download_attachment
Download a specific Outlook email attachment by providing its message ID and attachment ID; optionally decode Base64 text or include file content.
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 | |
| decodeContent | No | Whether to decode Base64 content to readable format (text files) or provide summary (binary files) | |
| includeContent | No | Whether to include the file content |