Skip to content

Latest commit

 

History

History
58 lines (43 loc) · 1.43 KB

File metadata and controls

58 lines (43 loc) · 1.43 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
author SuryaLashmiS
ms.subservice outlook
doc_type resourcePageType
ms.date 04/03/2024

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