| title | recipient resource type |
|---|---|
| description | Represents information about a user in the sending or receiving end of an event, message or group post. |
| ms.localizationpriority | medium |
| author | SuryaLashmiS |
| ms.subservice | |
| doc_type | resourcePageType |
| ms.date | 04/03/2024 |
Namespace: microsoft.graph
Represents information about a user in the sending or receiving end of an event, message or group post.
| Property | Type | Description |
|---|---|---|
| emailAddress | EmailAddress | The recipient's email address. |
The following JSON representation shows the resource type.
{
"emailAddress": {"@odata.type": "microsoft.graph.emailAddress"}
}