DnsListCheckIPList Method Ipswitch.Messaging.Framework
This method reverses the octets of the IP address and prefixes it to the list domain and does a dns lookup to determine if the ip address is in the list.

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

public IPAddress CheckIPList(
	IPAddress checkAddress
)

Parameters

checkAddress
Type: System.NetIPAddress
The IP address to check if it is in the dns list

Return Value

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

Reference