send-email
Composes and sends emails via Microsoft Outlook, allowing customization of recipients, subject, body, importance, and shared mailbox, while optionally saving to sent items.
Instructions
Composes and sends a new 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) | |
saveToSentItems | No | Whether to save the email to sent items | |
sharedMailbox | No | Email address of shared mailbox to send from (e.g., 'shared@company.com') | |
subject | Yes | Email subject | |
to | Yes | Comma-separated list of recipient email addresses |