internetMessageHeader resource type
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.
Properties
Property | Type | Description |
---|---|---|
name | string | Represents the key in a key-value pair. |
value | string | The value in a key-value pair. |
JSON representation
The following JSON representation shows the resource type.
{
"name": "string",
"value": "string"
}