WGSDomainDoesDomainExist Method Ipswitch.Messaging.Framework
Checks for the existance of a domain in WGS.

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

public static int DoesDomainExist(
	string sName
)

Parameters

sName
Type: SystemString

[Missing <param name="sName"/> documentation for "M:IMailAPI_NET.WGSDomain.DoesDomainExist(System.String)"]

Return Value

Type: Int32
Returns the table ID of the supplied domain if it exists. Returns -1 if the domain doesn't exist or if there was an error.
See Also

Reference