文件名称:mail
- 所属分类:
- Internet/网络编程
- 资源属性:
- [C/C++] [Windows] [Visual C] [源码]
- 上传时间:
- 2013-04-23
- 文件大小:
- 339kb
- 下载次数:
- 0次
- 提 供 者:
- 金***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
VC++爱好者分享一款全能的邮件发送组件,本组件(smtp.lib)通过smtp协议发送邮件,支持VC主流编程工具调用,调用方式跟调用windows api完全相同。使用或者发布后无需注册控件,无需做成安装包。本示例包内包括了Debug版LIB、Release版LIB等,并附上了两个使用示例。-Mail sending component Share VC++ lovers a versatile, the components (smtp.lib) to send mail through the SMTP protocol, to support VC mainstream programming tool call, the call with the call to the windows api identical. Use or do not need to register the control, do not need to be made after the release of the installation package. This example included in the package the Debug version LIB Release Version LIB, along with two examples of use.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Debug版LIB\smtp.lib
Release版LIB\smtp.lib
SMTPLIB简单示例\ReadMe.txt
...............\res\SMTPLIB简单示例.ico
...............\...\SMTPLIB简单示例.rc2
...............\resource.h
...............\smtp.h
...............\smtp.lib
...............\SMTPLIB简单示例.APS
...............\SMTPLIB简单示例.clw
...............\SMTPLIB简单示例.cpp
...............\SMTPLIB简单示例.dsp
...............\SMTPLIB简单示例.dsw
...............\SMTPLIB简单示例.h
...............\SMTPLIB简单示例.rc
...............\SMTPLIB简单示例Dlg.cpp
...............\SMTPLIB简单示例Dlg.h
...............\StdAfx.cpp
...............\StdAfx.h
.......完整示例\ReadMe.txt
...............\res\SMTPLIB完整示例.ico
...............\...\SMTPLIB完整示例.rc2
...............\resource.h
...............\smtp.h
...............\smtp.lib
...............\SMTPLIB完整示例.APS
...............\SMTPLIB完整示例.clw
...............\SMTPLIB完整示例.cpp
...............\SMTPLIB完整示例.dsp
...............\SMTPLIB完整示例.dsw
...............\SMTPLIB完整示例.h
...............\SMTPLIB完整示例.rc
...............\SMTPLIB完整示例Dlg.cpp
...............\SMTPLIB完整示例Dlg.h
...............\StdAfx.cpp
...............\StdAfx.h
smtp.h
SMTPLIB完整示例.exe
说明.txt
SMTPLIB简单示例\res
.......完整示例\res
Debug版LIB
Release版LIB
SMTPLIB简单示例
SMTPLIB完整示例