| 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
)
Public Function LookupMXRecords (
strDomain As String,
ByRef errorMsg As String
) As Boolean
Parameters
- strDomain
- Type: SystemString
The domain. - errorMsg
- Type: SystemString
The error message.
Return Value
Type:
BooleanTrue if the domain is valid, otherwise False
See Also