Create a mail draft
mail_create_draftCreate an unsent email draft in your Drafts folder and get its ID and web link for later sending from Outlook.
Instructions
Creates an unsent draft in the Drafts folder and returns its id and webLink. Nothing is transmitted — this tool cannot send, and there is no companion tool that sends an existing draft, so the user must send it from Outlook (or you can use mail_send instead). Recipients are optional on a draft.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | Carbon-copy recipients. | |
| to | No | Primary recipients. Optional — a draft may be saved without any. | |
| bcc | No | Blind carbon-copy recipients. | |
| body | Yes | Message body, in the format given by contentType. | |
| subject | Yes | Subject line. | |
| contentType | No | How to interpret body. "Text" (default) is safest; "HTML" renders markup. | Text |