Skip to content

Latest commit

 

History

History
61 lines (46 loc) · 1.25 KB

File metadata and controls

61 lines (46 loc) · 1.25 KB
title emailAddress resource type
description Represents the name and SMTP address of an entity instance, for example, a message recipient or calendar owner.
ms.localizationpriority medium
author SuryaLashmiS
ms.subservice outlook
doc_type resourcePageType
ms.date 03/21/2024

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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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