Tag Archive

DNS MX Lookup Class

Published on September 7, 2007 By RobK410

The .NET library provides a simple way to lookup DNS records through the System.Net.Dns class but stops there. There are times when developing an e-mail application or server where we may need to determine a domain’s mail exchanger host. There is a unique DNS record type for these records but there is no direct interface [...]