DetectionType Enumeration |
The type of detection.
Namespace:
Aspose.Email.Clients.Activity
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic enum DetectionType
Public Enumeration DetectionType
public enum class DetectionType
Members
| Member name | Value | Description |
---|
| Inline | 0 |
Threat detected at delivery time.
|
| Delayed | 1 |
Threat detected after delivery.
|
| ZAP | 2 |
Messages removed by Zero hour auto purge. Events with this detection type will typically be preceded by a message with a “Delayed” detection type.
|
See Also