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"
}