> ## Documentation Index
> Fetch the complete documentation index at: https://documentation.deepmask.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Message

> Returns the full content of an Outlook message by ID, including the complete body.

`outlook_get_message`

Returns the full content of an Outlook message by its ID, including the complete body. HTML bodies are returned as plain text. Use `outlook_list_messages` or `outlook_search_messages` to find message IDs.

## Parameters

| Parameter         | Type   | Required | Description                                                           |
| ----------------- | ------ | -------- | --------------------------------------------------------------------- |
| `message_id`      | string | Yes      | Message ID from `outlook_list_messages` or `outlook_search_messages`. |
| `response_format` | string | No       | Output format: `"markdown"` (default) or `"json"`.                    |

## Returns

The complete message object with full body, all recipients, headers, and metadata.

## Example use

> "Read the full content of message ID `AAMkAGI2...`."
