搜索资源列表
CMapi_src.zip
- MAPI协议发送邮件封装类
MailsenderPro
- 发送邮件的程序,调用MAPI函数发送邮件。-mail procedures, called MAPI mail function.
用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@
evcmci
- 演示了如何通过mapi在mfc程序中发送邮件,也可以将mapi封装到自己的dll中为他人所用
114userface
- MAPI 控件实现发送邮件-MAPI mail
mymapi
- 利用mapi实现邮件发送功能dll,实现smtp,mime功能
用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.
vb-outlook
- 用VB编写收发电子邮件程序。在VB中,应用程序可以通过调用微软公司的MAPI实现收发电子邮件的功能-VB prepared e-mail procedures. In VB, applications can call Microsoft's MAPI realization of the e-mail function
SIMPLE_MAPI_DEMO
- 是一个实现了SMTP服务的程序源码,通过Windows提供的MAPI实现邮件的接收和发送功能,对需要使用MAPI实现邮件的收发功能的同学非常有用,请赶快下载吧,物超所值呀!-is a realization of the procedures for SMTP source, through the MAPI Windows Mail receive and transmit functions, the need to use MAPI to achieve mail transceiver
MAPI 使用MAPI发送邮件的例子
- 一个使用MAPI发送邮件的例子,推荐下载,-An example of using MAPI to send the mail,recommend
email
- 利用MAPI做的发送邮件的例子-Using MAPI to send mail to do an example ..........
CMapi_src
- MAPI协议发送邮件封装类-MAPI agreement transmission mail seal class
cbmapireader
- 利用 C Builder的MAPI阅读邮件的简单例程--A simple example which uses C Builder MAPI to read mails
fa
- 利用MAPI控件制作的邮件收发软件,方便快捷。-Produced by using MAPI control to send and receive e-mail software, convenient and quick.
xAttach
- 该文件举例了如何使用Mapi访问微软的邮件服务器Exchange-The document, for example how to use Mapi visit Microsoft s Exchange mail server
remail
- 使用系统自带的MAPI收发邮件,就是复杂了点-use windows s MAPI to send or reget mail
MAPI
- 一个使用MAPI进行电子邮件应用程序的开发源代码。-Carried out using a MAPI email application development source code.
电子邮件收发系统
- 发送和接收电子邮件,对于某些执行特殊任务的应用程序而言,是一个十分有用的功能。例如,一个监视网络服务器资源使用情况的工具软件,如果它具有自动发送电子邮件的功能,那么当它发现服务器的资源使用已经接近事先设定的临界状态时,便可以向系统管理员发送一封告警的电子邮件,从而使系统管理员能够及时地采取措施,以避免重大事故的出现。在Visual Basic中,应用程序可以通过调用微软公司的MAPI(Messaging Application Programming Interface,消息应用程序编程接口),