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

# Outlook get message

> Fetch a single Outlook message with its full body (capped at 10 KB). Use id from outlook_search. If the message has attachments, returns their IDs and…

`outlook_get_message`

Fetch a single Outlook message with its full body (capped at 10 KB). Use `id` from `outlook_search`. If the message has attachments, returns their IDs and metadata. Use `outlook_get_attachment` to read attachment contents.

## Parameters

<ParamField path="id" type="string" required />
