The settings for a DNS List
Inheritance Hierarchy
IMailAPI_NETDnsListSettings
Namespace: IMailAPI_NET
Assembly: IMailAPI_NET (in IMailAPI_NET.dll) Version: 1.0.0.0
Syntax
The DnsListSettings type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DnsListSettings |
The default constructor
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | (Overrides ObjectToString.) |
Properties
| Name | Description | |
|---|---|---|
| Action |
The bitmask of the Actions to take on emails if categories are not used and a result is found
in the DNS query
| |
| ActionsByReturn |
Will advanced categories be used based off of the IP address returned from
a DNS query
| |
| Categories |
This list of Categories to use if ActionsByReturn is true
| |
| Domain |
The Domain of the DNS List
| |
| Enabled |
Is this list enabled for use
| |
| Id | ||
| Name |
The unique name of the DNS List
| |
| SkipAB |
Will attachment blocking be skipped?
| |
| SkipSpam |
Are spam checks to be skipped?
| |
| Trusted |
Is this a trusted DNS Whitelist
| |
| Type |
The type of connection check this list will be used with
| |
| Zone |
The Zone to which the DNS queries will be sent to
|
See Also