create-draft
Generate a draft email with recipients, subject, body, and importance settings via the Outlook MCP Server. Supports shared mailbox integration for team collaboration.
Instructions
Creates a new draft email
Input Schema
Name | Required | Description | Default |
---|---|---|---|
bcc | No | Comma-separated list of BCC recipient email addresses | |
body | Yes | Email body content (can be plain text or HTML) | |
cc | No | Comma-separated list of CC recipient email addresses | |
importance | No | Email importance (normal, high, low) | |
sharedMailbox | No | Email address of shared mailbox to create draft from (e.g., 'shared@company.com') | |
subject | Yes | Email subject | |
to | Yes | Comma-separated list of recipient email addresses |