05 2013 档案

摘要:using System.Text;using System;using System.Net.Mail;using System.Net;using System.IO;namespace MailDemo{ public static void CreateCopyMessage(string server) { MailAddress from = new MailAddress("yuanyuncai_2010@163.com", "Ben Miller"); MailAddress to = new MailAddress("zhic 阅读全文
posted @ 2013-05-05 23:12 blog_yuan 阅读(223) 评论(0) 推荐(0)