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
Here is a JSON representation of the resource
{
"address": "string",
"name": "string"
}