1,pop3.zipCPop3Connection - an MFC Class to encapsulate the POP3 protocol(15KB)2,ipenum.zipIPEnum - an MFC class and console app to allow IP address enumeration(11KB)3,smtp.zipCSMTPConnectio n - an MFC Class to encapsulate the SMTP protocol(21KB)4,p
一个C#的通用EMail类,采用.Net内置的Smtp方式发送 //发送邮件的SMTP服务器 public string SmtpHost //Smtp服务器端口 public int SmtpPort // Smtp发信的认证名 public string SmtpAuthName // 登陆SMTP的密码 public string SmtpAuthPass // 邮件发送者邮箱 public string MailFrom // 收信人邮箱 public string MailTo //