DnsWhitelistSettings ClassIpswitch.Messaging.Framework
This class is used to retrieve and set the persistent data of both the DNS Whitelist Master list and Domain lists
Inheritance Hierarchy

SystemObject
  IMailAPI_NETDnsWhitelistSettings

Namespace: IMailAPI_NET
Assembly: IMailAPI_NET (in IMailAPI_NET.dll) Version: 1.0.0.0
Syntax

public class DnsWhitelistSettings

The DnsWhitelistSettings type exposes the following members.

Constructors

  NameDescription
Public methodDnsWhitelistSettings
The default constructor which only initializes the master list
Public methodDnsWhitelistSettings(String)
The IMail domain specific constructor which only initializes the Domain list
Top
Methods

  NameDescription
Public methodDoesCheckExist
This method checks if there are any lists of the type passed in that are enabled.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetAction
This method returns the bit masked actions to take on an email for the DnsList used based on the IPAddress from the return of the list check
Public methodGetCategory
This method returns the string representing the category of advanced settings for DnsWhiteLists
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSave
This method saves the data in the SettingsList to the registry
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyAddrWhiteList
The collection of ADDR White lists
Public propertyDnsWhiteList
The collection of DNS White lists
Public propertyDomain
The IMail domain that the White lists are associated with
Public propertyEnabled
Are settings enabled
Public propertyHeloWhiteList
The collection of HELO White lists
Public propertyRhsWhiteList
The collection of RHS White lists
Public propertySettingsList
The list of settings
Top
See Also

Reference