Skip to content

Latest commit

 

History

History
52 lines (40 loc) · 1.04 KB

File metadata and controls

52 lines (40 loc) · 1.04 KB
title emailAddress resource type
description The name and email address of a contact or message recipient.
ms.localizationpriority medium
author SuryaLashmiS
ms.subservice outlook
doc_type resourcePageType
ms.date 04/03/2024

emailAddress resource type

Namespace: microsoft.graph

The name and email address of a contact or message recipient.

Properties

Property Type Description
address String The email address of the person or entity.
name String The display name of the person or entity.

JSON representation

The following JSON representation shows the resource type.

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