2011年2月15日
摘要: http://files.cnblogs.com/boneking/despop3client_src.zip 阅读全文
posted @ 2011-02-15 16:24 BoneKing 阅读(271) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Text;using System.Net;using System.Net.Mail;using System.Net.Mime;namespace WindowsFormsApplication1{ class SendMail { private MailMessage mailMessage; private SmtpClient smtpClient; private string password;//发件人密码 /// <summary> /// 处审 阅读全文
posted @ 2011-02-15 16:16 BoneKing 阅读(1906) 评论(3) 推荐(1) 编辑