How to get mx records for a dns name with System.Net.DNS?

Posted by Segfault on Stack Overflow See other posts from Stack Overflow or by Segfault
Published on 2010-04-19T18:26:14Z Indexed on 2010/04/19 18:43 UTC
Read the original article Hit count: 170

Filed under:
|
|
|

Is there any built in method in the .NET library that will return all of the MX records for a given domain? I see how you get CNAMES, but not MX records.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about c#