| title | internetMessageHeader resource type |
|---|---|
| description | A key-value pair that represents an Internet message header, as defined by RFC5322, that provides |
| ms.localizationpriority | medium |
| author | SuryaLashmiS |
| ms.subservice | outlook |
| doc_type | resourcePageType |
| ms.date | 04/03/2024 |
Namespace: microsoft.graph
A key-value pair that represents an Internet message header, as defined by RFC5322, that provides details of the network path taken by a message from the sender to the recipient.
For examples of an Internet message header, see View e-mail message headers.
| Property | Type | Description |
|---|---|---|
| name | string | Represents the key in a key-value pair. |
| value | string | The value in a key-value pair. |
The following JSON representation shows the resource type.
{
"name": "string",
"value": "string"
}