Click or drag to resize
EmailValidatorGetMXRecords Method
Returns the MX records for a given domain name.

Namespace: NeevSoftware.Components
Assembly: NeevSoftware.EmailValidator (in NeevSoftware.EmailValidator.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public MXRecordList GetMXRecords(
	string DomainName
)

Parameters

DomainName
Type: SystemString
A valid Dns domain name.

Return Value

Type: MXRecordList
MXRecordList object of MX Records information.
See Also