是smtp.163.com 
SmtpClient mailClient = new SmtpClient("smtp.163.com", 25);
报错如下:
Address = “mailClient.ServicePoint.Address”引发了“System.NotSupportedException”类型的异常,在 System.Net.ServicePoint.get_Address() {"不使用 URI 的协议不支持此属性。"},跟UseDefaultCredentials及服务器验证没有关系,并且尝试了确实还报同样的错,系统HOST文件也配置了相关的IP,也PING 通。急等~~~!
请朋友们指点。