摘要: using System.Net.Sockets; using System.Collections; using System.IO; using System.Net; using System; using System.Web.Mail; public class POP3 { string POPServer; string user; string pwd; ... 阅读全文
posted @ 2008-08-12 10:37 kin2321 阅读(3565) 评论(5) 推荐(1) 编辑
摘要: w3 JMail v4.4 Professional 的获取请自行 google! 或参阅 http://community.csdn.net/Expert/TopicView.asp?id=3739405 w3 JMail v4.4 Professional 是一个 COM 的组件,我用 C# 把其 POP3 COM 类封装成 一个用于收取邮件的 .Net 组件: 实现了 //同步事件 pu... 阅读全文
posted @ 2008-08-12 09:20 kin2321 阅读(729) 评论(0) 推荐(0) 编辑