outlook_create_draft
Create email drafts without sending, including replies that preserve thread context. Populate recipients, subject, and body for later review or sending.
Instructions
Create an email draft without sending. When replyToMessageId is provided, creates a reply draft that preserves the thread/conversation context (to and subject are auto-populated from the original email). Use outlook_add_attachment afterward to attach files to the draft.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | CC recipients | |
| to | No | Recipient email addresses. Required when not replying (replyToMessageId not set). | |
| bcc | No | BCC recipients | |
| body | No | Email body content | |
| subject | No | Email subject. Required when not replying (replyToMessageId not set). | |
| bodyType | No | Body content type | text |
| importance | No | Email importance level | normal |
| replyToMessageId | No | If set, creates a reply draft to this message ID preserving thread context. When provided, to and subject are optional (auto-populated from the original email). | |
| preserveUserStyling | No | Apply user's default Outlook styling, font preferences, and signature |