搜索资源列表
SendMail 2000 邮件l*源码
- Send Mail的源代码,是一个比较好的学习emial客户端的学习资料-Send Mail's source code is a good learning more client-learning materials
IMapi
- 一个类IMapi,可以用于在应用程序中加入发送邮件的功能,参考下面的一个应用: #include \"imapi.h\" void CBugReport::OnOK() { CIMapi mail mail.To (\"UltraMaroon@email.msn.com\") // Set recipient name mail.To(\"someoneelse@somewhereelse.com\") // Second recipient mail.Cc(\"cc@
Email.PopCheck-Microsoft.Studio.DotNet.2005-C.Shar
- 用CSharp编写的简单的POP3邮件客户端探测程序。可以用于大学计算机网络的实验课大作业。-CSharp prepared with the simple POP3 mail client detection procedures. Can be used in the university's computer network experiment large operations.
GmailerXP
- GmailerXP是为Google的Gmail服务提供了全套的工具开源程序。在线所能做的GmailerXP都允许用户做,它也整合了你任何时候在Gmail需要的其它一些程序的特点(GML, Gmailto,等)。-GmailerXP for Google's Gmail service provides a complete set of tools for increasing revenue - sequence. Online can do GmailerXP allow the u
vb-outlook
- 用VB编写收发电子邮件程序。在VB中,应用程序可以通过调用微软公司的MAPI实现收发电子邮件的功能-VB prepared e-mail procedures. In VB, applications can call Microsoft's MAPI realization of the e-mail function
sm
- VB写的发送电子邮件程序,不依靠其它邮件服务器,自建SMTP。本机地址可随便填写(可以发163、126等等),发送搜狐(SOHU)等等的必须填写本机的域名或IP。供VB程序员参考。-VB wrote this e-mail program that does not rely on other mail server, relying on SMTP. The machine address can be readily fill (163,126 can be made, etc.), sen
Pop3MailClient
- POP3的邮件客户端程序的源代码-POP3 e-mail client program' s source code! ! ! !
448193266
- 最近还好吗?这段时间主要在哪个国家工作?生活开心嘛,有点想你和马克了,我前端时间一直在忙中国的大学生暑期比赛没有给你发邮件,什么时候来中国啊,我很期待,不知道能否把你的计划告诉我,还有对我有什么建议吗?还有几个月我就要毕业去工作了,对职场不了解,呵呵!愿你的一切都好-How recently? The period of work, mainly in which country? Them to live happy, a bit like you and Mark, I have been
Email
- 简单的邮件过滤系统,根据发送方和接收方的ip地址过滤-Simple mail filtering system, according to the sender and the recipient' s ip address filtering
pop3
- 电子邮件的发送程序 发送邮件的程序必须能够做3件事情: ①与接收电子邮件的服务器相连接; ②将相关的信息送入收件人的信箱; ③程序还应可以判断整个过程是否能正常运行,如果不正常运行,必须给出错误信息。-Send e-mail program to send e-mail program must be able to do three things: ① and receive e-mail server is connected ② related information
checknumbere-mailmessages
- 如何检查电子邮件数量,如果应用程序在共享 DLL 中使用 MFC,且应用程序使用的语言不是 操作系统的当前语言,则需要从 Microsoft Visual C++ 光盘上 Win\System 目录下将相应的本地化资源 MFC70XXX.DLL复制到计算机的 system 或 system32 目录下,并将其重命名为MFCLOC.D-How to check e-mail number, if the application in a shared DLL using MFC, and
MailSend
- 利用System.Web.Mail这个名称空间.在这个名字空间下,有一个专门使用SMTP协议来发送邮件的类:SmtpMail,它已能满足最普通的发送邮件的需求。这个类只有一个自己的公共函数--Send()和一个公共属性—SmtpServer,您必须通过SmtpServer属性来指定发送邮件的服务器的名称(或IP地址),然后再调用Send()函数来发送邮件。您可以在Send函数的参数MailMessage对象中设置邮件的相关属性,如优先级、附件等等。除了以MailMessage对象为参数(如上述代
