Finding the MX Record using C#?

后端 未结 3 910
一向
一向 2020-12-16 05:04

How can I find the MX record for a mail server in C#?

3条回答
  •  独厮守ぢ
    2020-12-16 05:30

    The NMail project contains a DNS client under trunk/NMail.DnsClient. The project is available under the Apache license.

提交回复
热议问题