Skip to content

Latest commit

 

History

History
57 lines (43 loc) · 1.2 KB

File metadata and controls

57 lines (43 loc) · 1.2 KB
title description ms.localizationpriority author ms.subservice doc_type
emailAddress resource type
Represents the name and SMTP address of an entity instance, for example, a message recipient or calendar owner.
medium
SuryaLashmiS
outlook
resourcePageType

emailAddress resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents the name and SMTP address of an entity instance, for example, a message recipient or calendar owner.

Properties

Property Type Description
address String The email address of an entity instance.
name String The display name of an entity instance.

JSON representation

The following JSON representation shows the resource type.

{
  "address": "string",
  "name": "string"
}