| 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 |
Namespace: microsoft.graph
The name and email address of a contact or message recipient.
| Property | Type | Description |
|---|---|---|
| address | String | The email address of the person or entity. |
| name | String | The display name of the person or entity. |
The following JSON representation shows the resource type.
{
"address": "string",
"name": "string"
}