Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 1.01 KB

File metadata and controls

44 lines (36 loc) · 1.01 KB
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

analyzedEmailRecipientDetail resource type

Namespace: microsoft.graph.security

[!INCLUDE beta-disclaimer]

Details about the recipient or recipients as mentioned in the email.

Properties

Property Type Description
ccRecipients String collection Recipient address in the cc field.
domainName String Domain name of the recipient.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.security.analyzedEmailRecipientDetail",
  "domainName": "String",
  "ccRecipients": [
    "String"
  ]
}