outlook_draft
Compose Outlook email drafts with full formatting, attachments, and reply threading; drafts stay in your Drafts folder for manual review before sending.
Instructions
Create a draft email. Does NOT send — the draft appears in Outlook's Drafts folder for manual review and sending. (The server's Microsoft permissions exclude sending entirely.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | CC recipients (comma-separated) | |
| to | Yes | Recipient email address(es), comma-separated | |
| bcc | No | BCC recipients (comma-separated) | |
| body | Yes | Email body (plain text) | |
| html | No | Optional HTML body (tables, bold, links). PREFER this whenever the content has structure — figures, comparisons, per-person breakdowns — a formatted draft reads better than plain text. When provided it is used instead of the plain-text body. | |
| account | No | Account name (default account if omitted) | |
| subject | Yes | Email subject | |
| attachments | No | Absolute file paths to attach (3MB max per file) | |
| reply_to_message_id | No | Message ID to draft a REPLY to (keeps the conversation thread and original recipients; get the ID from outlook_search/outlook_read). Omit for a new conversation. |