outlook_download_attachment
Download an email attachment from Outlook and save the decoded bytes to a file inside the configured attachments directory.
Instructions
Download an attachment and write the decoded bytes to save_path on the host.
save_path is resolved inside the configured attachments directory
(attachments_dir, default ~/.outlook-mcp/attachments) — a bare filename lands
there; a path outside it is refused. Same directory for reads and writes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| save_path | Yes | ||
| message_id | Yes | ||
| attachment_id | Yes |