internetMessageHeader resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

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"
}