Skip to content

Latest commit

 

History

History
66 lines (49 loc) · 1.54 KB

File metadata and controls

66 lines (49 loc) · 1.54 KB
title internetMessageHeader resource type
description A key-value pair that represents an Internet message header, as defined by RFC5322, that provides
ms.localizationpriority medium
doc_type resourcePageType
author SuryaLashmiS
ms.subservice outlook
ms.date 03/21/2024

internetMessageHeader resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "name": "string",
  "value": "string"
}