The enumeration representing individaul DnsWhiteList actions to take on an
email, and is meant to be used in masking multiple actions into an integer
Namespace: IMailAPI_NET
Assembly: IMailAPI_NET (in IMailAPI_NET.dll) Version: 1.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Trusted | 1 | Skip the black list checks | |
| SkipSpamCheck | 2 | Skip the spam checks | |
| SkipAttachmentBlocking | 4 | Skip Attachment Blocking | |
| None | 0 | No action |
See Also