| title | analyzedEmailRecipientDetail resource type |
|---|---|
| description | Details about the recipient or recipients as mentioned in the email. |
| author | akgraph |
| ms.localizationpriority | medium |
| ms.subservice | security |
| doc_type | resourcePageType |
| ms.date | 03/12/2024 |
Namespace: microsoft.graph.security
[!INCLUDE beta-disclaimer]
Details about the recipient or recipients as mentioned in the email.
| Property | Type | Description |
|---|---|---|
| ccRecipients | String collection | Recipient address in the cc field. |
| domainName | String | Domain name of the recipient. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.analyzedEmailRecipientDetail",
"domainName": "String",
"ccRecipients": [
"String"
]
}