create_draft
Creates a new email draft in Outlook, saving it to the Drafts folder. Supports recipients, subject, body, and importance, ready for later editing or sending.
Instructions
Create a new email draft (saved to Drafts folder). Use update_draft to modify, then send_draft to send.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | CC recipients | |
| to | Yes | Recipients | |
| bcc | No | BCC recipients | |
| body | Yes | Email body content | |
| subject | Yes | Email subject | |
| bodyType | No | Body format: "text" (default) or "html" | text |
| importance | No | Normal |