摘要:
using System.Net.Mail;using System.Threading;//************************发送邮件代码: System.Net.Mail.SmtpClient client = new SmtpClient(); client.Host = "smtp.qq.com"; client.UseDefau... 阅读全文
posted @ 2008-06-26 15:11 且行且思 阅读(1389) 评论(1) 推荐(0)
浙公网安备 33010602011771号