mail_get_message
Retrieve a specific email message by ID or internetMessageId, with body content in none, preview, text, or HTML format.
Instructions
Read one message by Graph ID, immutable ID, or internetMessageId with an explicit body mode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| locator | Yes | Message identifier returned by search, or an internetMessageId. | |
| bodyMode | No | Message content to return: none omits body and preview, preview returns bodyPreview, and text/html returns body in the requested format. | preview |
| mailboxScope | No | ||
| includeHeaders | No | Include internetMessageHeaders in addition to the selected body content. |