create-draft-email
create-draft-emailCreates a draft email in the user's Outlook Drafts folder, setting recipients, subject, body, and options without sending. Enables review and later approval before transmission.
Instructions
Create a DRAFT email in the signed-in user's Drafts folder. Does NOT send anything - use send-draft-email (with explicit user approval) to send it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | CC email addresses | |
| to | Yes | Recipient email addresses | |
| bcc | No | BCC email addresses | |
| body | Yes | Email body content | |
| subject | Yes | Email subject | |
| bodyType | No | Body content type (default HTML) | |
| importance | No |