DnsWhitelistSettingsDoesCheckExist Method Ipswitch.Messaging.Framework
This method checks if there are any lists of the type passed in that are enabled.

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

public bool DoesCheckExist(
	ConnectionCheckType listType
)

Parameters

listType
Type: IMailAPI_NETConnectionCheckType
The type of list to check for

Return Value

Type: Boolean
True if there are any active lists of that the type passed in, else false
See Also

Reference