outlook_add_attachment
Attach a file to a specified Outlook email draft using message ID and Base64-encoded content.
Instructions
Add an attachment to an email draft
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the attachment file | |
| messageId | Yes | The ID of the email (draft) to add attachment to | |
| contentType | Yes | MIME type of the attachment | |
| contentBytes | Yes | Base64-encoded content of the attachment |