DnsWhitelistSettingsGetAction Method Ipswitch.Messaging.Framework
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

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

public DnsWhitelistAction GetAction(
	DnsList list,
	IPAddress classification
)

Parameters

list
Type: IMailAPI_NETDnsList
The DnsList the action is being discovered for
classification
Type: System.NetIPAddress
The IPAddress which was returned from a check of that list

Return Value

Type: DnsWhitelistAction
The bit masked actions to take on an email based on the DnsWhitelistAction enum
See Also

Reference