DnsWhitelistSettingsGetCategory Method Ipswitch.Messaging.Framework
This method returns the string representing the category of advanced settings for DnsWhiteLists

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

public string GetCategory(
	DnsList list,
	IPAddress classification
)

Parameters

list
Type: IMailAPI_NETDnsList
The DnsList the check was conducted with
classification
Type: System.NetIPAddress
The IPAddress returned from a successful check

Return Value

Type: String
The string representing the category. If advanced settings were not used, the string "default" is returned
See Also

Reference