| 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 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents the name and SMTP address of an entity instance, for example, a message recipient or calendar owner.
| Property | Type | Description |
|---|---|---|
| address | String | The email address of an entity instance. |
| name | String | The display name of an entity instance. |
None.
The following JSON representation shows the resource type.
{
"address": "string",
"name": "string"
}