outlook_send_message
Immediately send an email with specified recipients, subject, body, and optional settings like reply-to, importance, and read receipt.
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 |
|---|---|---|---|
| cc | No | ||
| to | Yes | ||
| bcc | No | ||
| body | Yes | ||
| is_html | No | ||
| subject | Yes | ||
| reply_to | No | ||
| importance | No | normal | |
| request_read_receipt | No |