outlook_send_message
Send an email directly to recipients with optional CC, BCC, importance settings, and read receipt request. Use for immediate outgoing messages.
Instructions
Send an email immediately, no human review.
For human-review workflows use outlook_create_draft + outlook_send_draft instead. For replying to an existing message use outlook_reply; for calendar invites use outlook_rsvp. Pass reply_to to route recipient replies to a different address (e.g. a shared team alias).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | ||
| subject | Yes | ||
| body | Yes | ||
| cc | No | ||
| bcc | No | ||
| is_html | No | ||
| importance | No | normal | |
| sensitivity | No | normal | |
| request_read_receipt | No | ||
| reply_to | No |