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).
 
Back
Top