update_email_draft
Modify an unsent Outlook email draft by changing its subject, body, or recipients before sending. Use the draft ID to target the specific message.
Instructions
Update/edit an existing email draft subject, body, or recipient before sending (PATCH /messages/{draftId})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | Comma-separated CC email address(es) | |
| to | No | Updated recipient email address | |
| bcc | No | Comma-separated BCC email address(es) | |
| body | No | Updated body content (HTML) | |
| draftId | Yes | Outlook draft message ID | |
| mailbox | No | Target Outlook email address / mailbox. Defaults to primary configured user email if omitted. | |
| subject | No | Updated subject line |