Click or drag to resize

DNSLookupLookupMXRecords Method

Lookups the MX records.

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public bool LookupMXRecords(
	string strDomain,
	ref string errorMsg
)

Parameters

strDomain
Type: SystemString
The domain.
errorMsg
Type: SystemString
The error message.

Return Value

Type: Boolean
True if the domain is valid, otherwise False
See Also