EmailValidatorGetMXRecords Method |
Returns the MX records for a given domain name.
Namespace: NeevSoftware.ComponentsAssembly: NeevSoftware.EmailValidator (in NeevSoftware.EmailValidator.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public MXRecordList GetMXRecords(
string DomainName
)
Public Function GetMXRecords (
DomainName As String
) As MXRecordList
public:
MXRecordList^ GetMXRecords(
String^ DomainName
)
member GetMXRecords :
DomainName : string -> MXRecordList
Parameters
- DomainName
- Type: SystemString
A valid Dns domain name.
Return Value
Type:
MXRecordListMXRecordList object of MX Records information.
See Also