AdvMX Example Code

The component provides you a way to get MX (mailhost) records for the specified domain name. It takes domain name as an input and return its MX records along with their preferences. In addition to MX records, the component also provides DNS lookup and reverse DNS lookup. The component provides these operations.

  1. DNS lookup and reverse DNS lookup.
  2. Retrieve MX (mailhost) records along with their preferences for the specified domain.
  3. Retrieve total number of designated incoming SMTP servers for the specified domain.
Method Name Method Description
DNSLookup DNSLookup does a normal DNS lookup on given domain name
ReverseDNSLookup ReverseDNSLookup does a reverse DNS lookup on given IP address
GetMXRecord Return listing of all MX records along with their preferences for given domain name
VerifySMTP Verifies the specified SMTP server

Property Name Property Description
MXRecords Return total number of MX records for the specified domain name

© 2005 ASPFusion