-
Aug262010
使用C#做MX记录查询
[coolcode] using System; using System.Collections; using System.ComponentModel; using System.Runtime.InteropServices; //How to use //string[] s= MXSearch.GetMXRecords(“eit.name”); //foreach (string st in s) //Console.WriteLine(“Server: {0}”,st); namespace Eit.Name.Bcomcn { class MXSearch { public MXSearch() { ...阅读全文1条评论