下载频道> 资源分类> 编程语言> VC源码> VC++编写的邮件发送组件源码程序

标题:VC++编写的邮件发送组件源码程序
分享到:

所属分类: VC源码 资源类型:程序源码 文件大小: 688.73 KB 上传时间: 2015-11-01 20:27:29 下载次数: 12 资源积分:1分 提 供 者: xiaozhang VC++编写的邮件发送组件源码程序
内容:

VC++编写的邮件发送组件,本组件通过smtp协议发送邮件,为标准windows dll 支持VB VC等主流编程工具调用,
调用方式跟调用windows api完全相同。 使用或者发布后无需注册控件 无需做成安装包 发布时只需将本dll放到exe同目录下即可。

本dll仅有两个导出函数
1.SendMail函数             发送邮件主函数
2.GetSmtpError函数         当发送失败时使用该函数取得失败的原因 (比如用户名密码错误)
内含有VB 与 VC调用组件发送邮件的详细示例。

文件列表(点击上边下载按钮,如果是垃圾文件请在下面评价差评或者投诉):

VC++编写的邮件发送组件源码程序/
VC++编写的邮件发送组件源码程序/code/
VC++编写的邮件发送组件源码程序/code/VB调用smtp.dll示例代码/
VC++编写的邮件发送组件源码程序/code/VC之动态加载smtp.dll示例代码/
VC++编写的邮件发送组件源码程序/code/VC之动态加载smtp.dll示例代码/Debug/
VC++编写的邮件发送组件源码程序/code/VC之动态加载smtp.dll示例代码/res/
VC++编写的邮件发送组件源码程序/code/VC发送邮件完整样例代码/
VC++编写的邮件发送组件源码程序/code/VC发送邮件完整样例代码/res/
VC++编写的邮件发送组件源码程序/code/VC静态引入smtp.dll示例代码/
VC++编写的邮件发送组件源码程序/code/VC静态引入smtp.dll示例代码/res/
VC++编写的邮件发送组件源码程序/code/VB做的发送邮件演示.exe
VC++编写的邮件发送组件源码程序/code/VB调用smtp.dll示例代码/FrmMain.frm
VC++编写的邮件发送组件源码程序/code/VB调用smtp.dll示例代码/FrmMain.frx
VC++编写的邮件发送组件源码程序/code/VB调用smtp.dll示例代码/SmtpDLL演示.exe
VC++编写的邮件发送组件源码程序/code/VB调用smtp.dll示例代码/SmtpDLL演示.vbp
VC++编写的邮件发送组件源码程序/code/VB调用smtp.dll示例代码/SmtpDLL演示.vbw
VC++编写的邮件发送组件源码程序/code/VB调用smtp.dll示例代码/smtp.dll
VC++编写的邮件发送组件源码程序/code/VC之动态加载smtp.dll示例代码/LoadLibrary.aps
VC++编写的邮件发送组件源码程序/code/VC之动态加载smtp.dll示例代码/LoadLibrary.clw
VC++编写的邮件发送组件源码程序/code/VC之动态加载smtp.dll示例代码/LoadLibrary.cpp
VC++编写的邮件发送组件源码程序/code/VC之动态加载smtp.dll示例代码/LoadLibrary.dsp
VC++编写的邮件发送组件源码程序/code/VC之动态加载smtp.dll示例代码/LoadLibrary.dsw
VC++编写的邮件发送组件源码程序/code/VC之动态加载smtp.dll示例代码/LoadLibrary.h
VC++编写的邮件发送组件源码程序/code/VC之动态加载smtp.dll示例代码/LoadLibrary.ncb
VC++编写的邮件发送组件源码程序/code/VC之动态加载smtp.dll示例代码/LoadLibrary.opt
VC++编写的邮件发送组件源码程序/code/VC之动态加载smtp.dll示例代码/LoadLibrary.plg
VC++编写的邮件发送组件源码程序/code/VC之动态加载smtp.dll示例代码/LoadLibrary.rc
VC++编写的邮件发送组件源码程序/code/VC之动态加载smtp.dll示例代码/LoadLibraryDlg.cpp
VC++编写的邮件发送组件源码程序/code/VC之动态加载smtp.dll示例代码/LoadLibraryDlg.h
VC++编写的邮件发送组件源码程序/code/VC之动态加载smtp.dll示例代码/ReadMe.txt
VC++编写的邮件发送组件源码程序/code/VC之动态加载smtp.dll示例代码/StdAfx.cpp
VC++编写的邮件发送组件源码程序/code/VC之动态加载smtp.dll示例代码/StdAfx.h
VC++编写的邮件发送组件源码程序/code/VC之动态加载smtp.dll示例代码/res/LoadLibrary.ico
VC++编写的邮件发送组件源码程序/code/VC之动态加载smtp.dll示例代码/res/LoadLibrary.rc2
VC++编写的邮件发送组件源码程序/code/VC之动态加载smtp.dll示例代码/resource.h
VC++编写的邮件发送组件源码程序/code/VC之动态加载smtp.dll示例代码/smtp.dll
VC++编写的邮件发送组件源码程序/code/VC做的发送邮件演示.exe
VC++编写的邮件发送组件源码程序/code/VC发送邮件完整样例代码/ReadMe.txt
VC++编写的邮件发送组件源码程序/code/VC发送邮件完整样例代码/Resource.h
VC++编写的邮件发送组件源码程序/code/VC发送邮件完整样例代码/StdAfx.cpp
VC++编写的邮件发送组件源码程序/code/VC发送邮件完整样例代码/StdAfx.h
VC++编写的邮件发送组件源码程序/code/VC发送邮件完整样例代码/res/Adresse_book.ico
VC++编写的邮件发送组件源码程序/code/VC发送邮件完整样例代码/res/smtptest.ico
VC++编写的邮件发送组件源码程序/code/VC发送邮件完整样例代码/res/smtptest.rc2
VC++编写的邮件发送组件源码程序/code/VC发送邮件完整样例代码/res/smtptest1.ico
VC++编写的邮件发送组件源码程序/code/VC发送邮件完整样例代码/smtp.dll
VC++编写的邮件发送组件源码程序/code/VC发送邮件完整样例代码/smtp.exp
VC++编写的邮件发送组件源码程序/code/VC发送邮件完整样例代码/smtp.ilk
VC++编写的邮件发送组件源码程序/code/VC发送邮件完整样例代码/smtp.lib
VC++编写的邮件发送组件源码程序/code/VC发送邮件完整样例代码/smtp.pdb
VC++编写的邮件发送组件源码程序/code/VC发送邮件完整样例代码/smtptest.aps
VC++编写的邮件发送组件源码程序/code/VC发送邮件完整样例代码/smtptest.clw
VC++编写的邮件发送组件源码程序/code/VC发送邮件完整样例代码/smtptest.cpp
VC++编写的邮件发送组件源码程序/code/VC发送邮件完整样例代码/smtptest.dsp
VC++编写的邮件发送组件源码程序/code/VC发送邮件完整样例代码/smtptest.dsw
VC++编写的邮件发送组件源码程序/code/VC发送邮件完整样例代码/smtptest.h
VC++编写的邮件发送组件源码程序/code/VC发送邮件完整样例代码/smtptest.ncb
VC++编写的邮件发送组件源码程序/code/VC发送邮件完整样例代码/smtptest.opt
VC++编写的邮件发送组件源码程序/code/VC发送邮件完整样例代码/smtptest.plg
VC++编写的邮件发送组件源码程序/code/VC发送邮件完整样例代码/smtptest.rc
VC++编写的邮件发送组件源码程序/code/VC发送邮件完整样例代码/smtptestDlg.cpp
VC++编写的邮件发送组件源码程序/code/VC发送邮件完整样例代码/smtptestDlg.h
VC++编写的邮件发送组件源码程序/code/VC发送邮件完整样例代码/xp.manifest
VC++编写的邮件发送组件源码程序/code/VC静态引入smtp.dll示例代码/ReadMe.txt
VC++编写的邮件发送组件源码程序/code/VC静态引入smtp.dll示例代码/StdAfx.cpp
VC++编写的邮件发送组件源码程序/code/VC静态引入smtp.dll示例代码/StdAfx.h
VC++编写的邮件发送组件源码程序/code/VC静态引入smtp.dll示例代码/linkdll.aps
VC++编写的邮件发送组件源码程序/code/VC静态引入smtp.dll示例代码/linkdll.clw
VC++编写的邮件发送组件源码程序/code/VC静态引入smtp.dll示例代码/linkdll.cpp
VC++编写的邮件发送组件源码程序/code/VC静态引入smtp.dll示例代码/linkdll.dsp
VC++编写的邮件发送组件源码程序/code/VC静态引入smtp.dll示例代码/linkdll.dsw
VC++编写的邮件发送组件源码程序/code/VC静态引入smtp.dll示例代码/linkdll.h
VC++编写的邮件发送组件源码程序/code/VC静态引入smtp.dll示例代码/linkdll.ncb
VC++编写的邮件发送组件源码程序/code/VC静态引入smtp.dll示例代码/linkdll.opt
VC++编写的邮件发送组件源码程序/code/VC静态引入smtp.dll示例代码/linkdll.plg
VC++编写的邮件发送组件源码程序/code/VC静态引入smtp.dll示例代码/linkdll.rc
VC++编写的邮件发送组件源码程序/code/VC静态引入smtp.dll示例代码/linkdllDlg.cpp
VC++编写的邮件发送组件源码程序/code/VC静态引入smtp.dll示例代码/linkdllDlg.h
VC++编写的邮件发送组件源码程序/code/VC静态引入smtp.dll示例代码/res/linkdll.ico
VC++编写的邮件发送组件源码程序/code/VC静态引入smtp.dll示例代码/res/linkdll.rc2
VC++编写的邮件发送组件源码程序/code/VC静态引入smtp.dll示例代码/resource.h
VC++编写的邮件发送组件源码程序/code/VC静态引入smtp.dll示例代码/smtp.dll
VC++编写的邮件发送组件源码程序/code/VC静态引入smtp.dll示例代码/smtp.lib
VC++编写的邮件发送组件源码程序/code/smtp.dll
VC++编写的邮件发送组件源码程序/程序说明.txt
VC++编写的邮件发送组件源码程序/说明.txt

关键词: 法库 源码 程序

Top_arrow
回到顶部
联系方式| 版权声明| 招聘信息| 广告服务| 银行汇款| 法律顾问| 兼职技术| 付款方式| 关于我们|
网站客服网站客服 程序员兼职招聘 程序员兼职招聘
沪ICP备19040327号-3
公安备案号:沪公网安备 31011802003874号
库纳格流体控制系统(上海)有限公司 版权所有
Copyright © 1999-2014, GUSUCODE.COM, All Rights Reserved