create_draft
Create a draft email in the Outlook Drafts folder without sending. Supports new messages or threaded replies; user must review and send manually.
Instructions
Create a draft email in the user's Drafts folder — NEVER sends. If replyToMessageId is set, the draft is created as a threaded reply; if body is provided it replaces Graph's quoted original so the caller fully controls the outgoing text. Otherwise a new standalone draft is created. The user must review and send manually in Outlook; this server has no ability to send.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | CC recipients. | |
| to | Yes | Recipient email addresses (To:). | |
| bcc | No | BCC recipients. | |
| body | Yes | Email body. Plain text by default. | |
| subject | Yes | Email subject. | |
| bodyFormat | No | Body format. Default 'text'. | |
| replyToMessageId | No | If set, create the draft as a reply to this message (preserves thread, quotes original). |