Send an email
send_messageSend an email immediately from your signed-in Outlook.com mailbox. No confirmation step; use this only when recipients and content are final.
Instructions
Send a new email immediately from the signed-in mailbox. This sends right away — there is no confirmation step, so only call this once you (and the user, if appropriate) are sure about the recipients and content. Use create_draft instead if the message should be reviewed before sending.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | List of email addresses. | |
| to | Yes | List of email addresses. | |
| bcc | No | List of email addresses. | |
| body | Yes | Email body content. | |
| subject | Yes | Email subject line. | |
| bodyType | No | Content type of `body` (default text). | |
| saveToSentItems | No | Save a copy to Sent Items (default true). |