搜索资源列表
CheckCode(VB.net)
- asp.net一个验证程序,这个是用VB.net写的,您有什么疑问请发送邮件到Nick4@tom.com-Asp. Net a certification process, this is VB.net wrote, What is your question please send mail to Nick4@tom.com
WaterMark(VB.net)
- 一个ASP.net给上传图片加水印的程序,网上有C#版的,本人习惯用VB.net所以就做了一个VB.net版的,您有什么疑问请发送邮件到Nick4@tom.com-an ASP.net upload pictures to increase watermarking process, the Internet version of C#, I used to VB.net done so on a VB.net edition, What is your question please send
邮件定时发送程序
- ASP.NET邮件定时发送程序 采用VB.NET编写-ASP.NET regularly send mail procedures used to prepare VB.NET
VB_SEND_RECIVE
- 利用VB来发送和接收邮件的客户端。小巧精干,功能完整。-use VB to send and receive mail client. Small crack and functional integrity.
MagicMail
- MagicMail发匿名信的程序源代码。 英文简介: MagicMail is an simple anonymous mailer. You can use it to send email without logging into an account. It uses the Winsock control in VB. So you need Mswinsck.ocx to be in your system directory. I have included the sour
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
用vb制作的收发电子邮件
- 用vb制作的一个小型的e-mail发送软件,由于本人水平有限,许多功能都不完善。-a small email receive and send program using VB. Its many functions are not consummate because my ability is limited.
2221485
- 经常在论坛看到网友提问如何发送电子邮件(SMTP服务器认证),其实只要知道客户端与邮件服务器之间会话,用户 名和密码是通过base64编码加密后传送,问题就很容易被解决.协议使用方面和smtp协议使用是一模一样的,值得 注意的就是esmtp协议在用户名和密码验证时,服务器返回一个354的消息代号.本代码没有针对错误提示信息处理, 但保证能正常发送邮件,大家可以自己完善它,本代码还使用IME编码,这样就可以发送超文本电子邮件了。用过 Foxmail4.1朋友应该知道,它实现的图文并茂声音邮件是它的
VBNetMail.zip
- [网络编程]用Winsock发送邮件,可发送附件,[Network programming] with Winsock Send mail to send attachments
SendMail
- VB.net 2008 发送邮件实例,适合初学者。 可以进行扩展。-VB.net 2008 to send mail example, suitable for beginners. Can be extended.
mail
- 基于VB的邮件发送程序,可添加删除联系人,可选择多人发送,可添加附件-VB-based e-mail program, can be added to delete contacts, people may choose to send, can be added in Annex
1011
- 这是一个Email邮件发送VB源码,网上如有雷同,纯属巧合-This is Send E-mail,VB code.
VB.NET_mail
- Visual Basic 2008 .NET邮件发送实例源代码-vb.net send mail
My-Mail
- 用VB.Net写的一个小型的邮件客户端,可以收发电子邮件。邮件内容只解析文本部分-my-mail.You can send or receive mail.Parse .
prjSendmail
- 摘要:VB源码,网络相关,WINSOCK,发邮件 VB通过WINSOCK发信源代码,只是简单的发Email程序,在邮件表单信息填写完整,即可发送邮件,程序扩展性强,这套源码可以说只是一个发信的基础模板,要想成为真正的邮件程序,还需要做不少工作。- Abstract: VB source, network-related Winsock, e-mail VB by the WINSOCK letter source code, just a simple email program
vbSendEmail
- vb发送邮件,采用winsock实现,支持附件并能获取发送结果-vb send mail using winsock to achieve support for attachments and have access to send results
CheckCode(VB.net)
- asp.net一个验证程序,这个是用VB.net写的,您有什么疑问请发送邮件到Nick4@tom.com-Asp. Net a certification process, this is VB.net wrote, What is your question please send mail to Nick4@tom.com
vb.net_Email_send
- 用vb.net实现发送电子邮件,不依赖Outlook等,独立模块,发送简单,有详细注释,在VS2012调试通过-Send e-mail realizing by vb.net , do not rely on Outlook or other else. Independent module,with a simple function for sending, detailed notes.Compiled in VS2012
vb-email
- vb调用winsock发送邮件包括html和任何附件都可以发送,自己珍藏的,还有进度显示-vb winsock calls and sending mail, including any attachments html can send their own collection, as well as progress display
电子邮件收发系统
- 发送和接收电子邮件,对于某些执行特殊任务的应用程序而言,是一个十分有用的功能。例如,一个监视网络服务器资源使用情况的工具软件,如果它具有自动发送电子邮件的功能,那么当它发现服务器的资源使用已经接近事先设定的临界状态时,便可以向系统管理员发送一封告警的电子邮件,从而使系统管理员能够及时地采取措施,以避免重大事故的出现。在Visual Basic中,应用程序可以通过调用微软公司的MAPI(Messaging Application Programming Interface,消息应用程序编程接口),