DnsListCheckDomainList Method Ipswitch.Messaging.Framework
This method checks if the domain passed in is found in the dns list.

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

public IPAddress CheckDomainList(
	string checkdomain
)

Parameters

checkdomain
Type: SystemString
The domain to check if it is found in the list

Return Value

Type: IPAddress
The IP address found returned, or null if none found
See Also

Reference