create_draft
Create an unsent email draft in Microsoft Outlook with recipients, subject, body, and optional CC, BCC, or attachments.
Instructions
Create a draft message (not sent). Returns the trimmed draft.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | ||
| to | Yes | ||
| bcc | No | ||
| body | Yes | ||
| mailbox | No | ||
| subject | Yes | ||
| body_type | No | text | |
| attachments | No | ||
| include_raw | No |