analyzedEmailDeliveryDetail resource type
Namespace: microsoft.graph.security
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Represnts the delivery action and location of an analzed email.
Properties
Property | Type | Description |
---|---|---|
action | microsoft.graph.security.deliveryAction | The delivery action of the email. The possible values are: unknown , deliveredToJunk , delivered , blocked , replaced , unknownFutureValue . |
location | microsoft.graph.security.deliveryLocation | The delivery location of the email. The possible values are: unknown , inbox_folder , junkFolder , deletedFolder , quarantine , onprem_external , failed , dropped , others , unknownFutureValue . |
deliveryAction values
Member |
---|
unknown |
deliveredToJunk |
delivered |
blocked |
replaced |
unknownFutureValue |
deliveryLocation values
Member |
---|
unknown |
inbox_folder |
junkFolder |
deletedFolder |
quarantine |
onprem_external |
failed |
dropped |
others |
unknownFutureValue |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.analyzedEmailDeliveryDetail",
"action": "String",
"location": "String"
}