outlook_create_draft
Create an unsent email draft in Outlook with recipients, subject, body, and optional CC, BCC, and importance settings.
Instructions
Create an email draft without sending
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient email addresses | |
| subject | Yes | Email subject | |
| body | No | Email body content | |
| bodyType | No | Body content type | text |
| cc | No | CC recipients | |
| bcc | No | BCC recipients | |
| importance | No | Email importance level | normal |