How can i get MX record from dns server

  • Thread starter Thread starter Alexander
  • Start date Start date
Looks like the managed System.Net.Dns is not capable of anything but host
name resolution. So you will have to P/Invoke to the DNS API (primarily
DnsQuery).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top