SpamAction Enumeration
The SpamAction enumeration indicates actions that may be taken on a message that has a high spam confidence level.
Namespace: Microsoft.Exchange.Data.Transport
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public Enumeration SpamAction
'Usage
Dim instance As SpamAction
public enum SpamAction
Members
Member name | Description | |
---|---|---|
Quarantine | Move the message to quarantine for later review. | |
Reject | Reject the message and send a DSN to the sender. | |
Delete | Delete the message without sending a Delivery Status Notification (DSN) to the sender. |