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