DomainCollectionExists Method (String)Ipswitch.Messaging.Framework

Check to see if a domain is local. This will not load the domain collection which is not needed.

If IncludeAliases is true, strOHN must be supplied or false will be returned.

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

public static bool Exists(
	string strHostName
)

Parameters

strHostName
Type: SystemString
The host name to look for.

Return Value

Type: Boolean
True if the given host name was found.
See Also

Reference