outlook_send_email
Send an email through Outlook by specifying recipients, subject, and body. Supports CC, BCC, and HTML formatting.
Instructions
Send an email through Outlook
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient email addresses | |
| subject | Yes | Email subject | |
| body | Yes | Email body content | |
| bodyType | No | Body content type | text |
| cc | No | CC recipients | |
| bcc | No | BCC recipients | |
| preserveUserStyling | No | Apply user's default Outlook styling, font preferences, and signature |