搜索资源列表
CMapi_src.zip
- MAPI协议发送邮件封装类
MailsenderPro
- 发送邮件的程序,调用MAPI函数发送邮件。-mail procedures, called MAPI mail function.
YahooWidgetEngine302
- SMAPI和CMC都包含在完整的MAPI中,当用户想执行一些高级操作,比如编写自己的E-mail服务器的时候,必须使用完整的MAPI。本文主要阐述如何编写能够收发电子邮件的程序,因此使用SMAPI就足够了-SMAPI and CMC are included in the integrity of the MAPI, when users wish to implement a number of senior operations, For example, the preparation o
用MAPI发送邮件.ZIP
- 包括发送邮件程序、发送有附件的邮件的程序和接受邮件程序。-including the transmission of e-mail programs, send e-mail attachments are the procedures and receive e-mail programs.
chap5qps
- 1. 目录handrfc822包含处理rfc822信件结构的程序。2. 目录mail-attch包含发送带附件的email的程序。3. 目录mailchecker包含接收邮件的程序。4. 目录Mime包含编码(base64,quote-printable,Uuencode)解码的程序。5. 目录sendmail包含发送无附件的email的程序。6. 目录vbmail包含使用MAPI发送接收邮件的程序。-1. Contents include handling rfc822 handrfc822
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@
网络编程实作教程
- INTERNET网络高级编程的包括邮件加密、MAPI、ISAPI、ACTIVEX、FTP等等。-INTERNET senior network programming including mail encryption, MAPI, ISAPI, ACTIVEX, FTP and so on.
OutlookTools
- 是用MAPI 实现对OUTLOOK 收发邮件的监控
OperationInbox
- OperationInbox.rar:VC++编写的用MAPI在邮件草稿箱创建一条短消息的程序,测试工具:VS2005+PPC(多普达8125)
mapi
- 邮件代码服务器端-mail server code
用VC编写电子邮件程序
- 本文主要讲述如何使用Visual C++用MAPI编写E-mail程序。MAPI是包含在Windows之中的,因此不需要安装其他额外的部件。-this paper on how to use Visual C prepared using MAPI E-mail procedures. MAPI is among included in Windows, so there is no need to install additional components.
MAPI 使用MAPI发送邮件的例子
- 一个使用MAPI发送邮件的例子,推荐下载,-An example of using MAPI to send the mail,recommend
CMapi_src
- MAPI协议发送邮件封装类-MAPI agreement transmission mail seal class
cbmapireader
- 利用 C Builder的MAPI阅读邮件的简单例程--A simple example which uses C Builder MAPI to read mails
mapicontrol
- MapiControl是个简单的控件,用来直接通过简单MAPI(MAPI32.DLL)来发送邮件。功能无限制。源代码:包括。适用语言:D4 D5-MapiControl is a simple control, directly through simple MAPI (MAPI32.DLL) to send messages. Features unlimited. Source code: include. Applicable language: D4 D5
fa
- 利用MAPI控件制作的邮件收发软件,方便快捷。-Produced by using MAPI control to send and receive e-mail software, convenient and quick.
MAPI
- 一个使用MAPI进行电子邮件应用程序的开发源代码。-Carried out using a MAPI email application development source code.
MAPI-SEND-MAIL
- 邮件发送系统实现:使用MAPI实现邮件发送.-Mail Send System: Use MAPI to send mail.
MAPI-email
- VB编写的用MAPI控件发送邮件操作,可以用于创建邮件撰写和发送。当初我是想修改一下实现邮件自动发送功能的。-VB prepared to send mail using MAPI controls operation
电子邮件收发系统
- 发送和接收电子邮件,对于某些执行特殊任务的应用程序而言,是一个十分有用的功能。例如,一个监视网络服务器资源使用情况的工具软件,如果它具有自动发送电子邮件的功能,那么当它发现服务器的资源使用已经接近事先设定的临界状态时,便可以向系统管理员发送一封告警的电子邮件,从而使系统管理员能够及时地采取措施,以避免重大事故的出现。在Visual Basic中,应用程序可以通过调用微软公司的MAPI(Messaging Application Programming Interface,消息应用程序编程接口),