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 [...]