| title | analyzedEmailDeliveryDetail resource type |
|---|---|
| description | Represents the delivery action and location of an analyzed email. |
| author | MishraSoumyaMS |
| ms.localizationpriority | medium |
| ms.subservice | security |
| doc_type | resourcePageType |
| ms.date | 03/12/2024 |
Namespace: microsoft.graph.security
[!INCLUDE beta-disclaimer]
Represents the delivery action and location of an analzed email.
| 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. |
| latestThreats | String | Latest known threat on the email. |
| originalThreats | String | Threats identified at the time of delivery. |
| Member |
|---|
| unknown |
| deliveredToJunk |
| delivered |
| blocked |
| replaced |
| unknownFutureValue |
| Member |
|---|
| unknown |
| inbox_folder |
| junkFolder |
| deletedFolder |
| quarantine |
| onprem_external |
| failed |
| dropped |
| others |
| unknownFutureValue |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.analyzedEmailDeliveryDetail",
"action": "String",
"location": "String",
"originalThreats": "String",
"latestThreats": "String"
}