搜索资源列表
MailsenderPro
- 发送邮件的程序,调用MAPI函数发送邮件。-mail procedures, called MAPI mail function.
Email
- 用Visual C++编写,调用winsock函数的邮件发送程序
chuancyoujian
- 可以嵌入到你的系统中去发送简单的邮件内容(特别适用于后台发送邮件的要求),直接函数调用就行了(调用方式参见WinMain())。-Can be embedded into your system to send a simple message content (especially for the requirements of mail in the background), a direct function call on the line (see method calls WinMa
cShellExecute
- C程序调用ShellExecute函数打开发邮件的OutLook程序,编译成功后会生成一个命令提示符可执行程序,打开后显示:确认打开邮件收发程序!(Y/N),如果选择Y,则调用Windows系统的OutLook程序,进行邮件发送,向读者演示如何在C语言中调用ShellExecute函数。-C program calls the ShellExecute function is to fight the development OutLook mail program, compiled afte
MailSend
- 利用System.Web.Mail这个名称空间.在这个名字空间下,有一个专门使用SMTP协议来发送邮件的类:SmtpMail,它已能满足最普通的发送邮件的需求。这个类只有一个自己的公共函数--Send()和一个公共属性—SmtpServer,您必须通过SmtpServer属性来指定发送邮件的服务器的名称(或IP地址),然后再调用Send()函数来发送邮件。您可以在Send函数的参数MailMessage对象中设置邮件的相关属性,如优先级、附件等等。除了以MailMessage对象为参数(如上述代
gy5
- 程序调用函数打开发邮件的OutLook程序,编译成功后会生成一个命令提示符可执行程序,打开后显示:确认打开邮件收发程序!-failed to translate