Microsoft 365 Read Email
m365_read_emailUse this when the user wants the full content of a Microsoft 365 email (message ID from m365_list_emails/m365_search_emails). Requires a connected M365 account. For a message found via list_emails/search_emails (Apple Mail), use read_email.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The email message ID from m365_list_emails or m365_search_emails |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | ||
| id | No | ||
| to | No | ||
| body | No | ||
| date | No | ||
| from | No | ||
| is_read | No | ||
| subject | No | ||
| from_address | No |