Welcome![Sign In][Sign Up]
Location:
Search - SmtpMail

Search list

[JSP/JavasmtpMail.zip

Description:
Platform: | Size: 2553 | Author: | Hits:

[JSP/JavasmtpMail.rar

Description:
Platform: | Size: 2482 | Author: | Hits:

[CSharpCS_高级smtp客户端

Description: C#编写的高级smtp客户端,控制台程序,可自行改写为Windows程序,功能齐全,除了基本的发件人地址,收件人地址(可以指定多个收件人,目前程序中设定为10个,可自行更改),主题,内容外,还能发附件(能发多个附件),能指定优先级别,能指定按HTML或TEXT发送,能指定发件人名称。一共有五个文件,MailAttachments.cs是负责处理附件的,MailMessage.cs是负责处理邮件消息的,SmtpMail.cs是负责联系SMTP服务器的,SmtpServerHelper.cs是主要的文件,负责与SMTP服务器交互并发送邮件,TestSmtpMail.cs是测试该SMTP客户端用的。可以用户将VS.NET 2003将各个文件添加到一个工程中后进行编译调试,也可分别把前四个文件编译成DLL(注意先后顺序和相互引用),然后把TestSmtpMail.cs编译成EXE后运行进行测试。-C# prepared by the High smtp client, console procedures, may rewritten for Windows programs, a full range of functions, in addition to the address of the sender, the recipient address (you can specify a number of the addressee, the current procedures set for 10, can make changes), the theme, the content, but also the annex (Annex can be made more), will appoint a priority level, can designated by HTML or TEXT sent, the sender can be designated name. A total of five papers MailAttachments.cs are responsible for the annex, MailMessage.cs is responsible for handling e-mail messages. SmtpMail.cs is responsible for liaising SMTP server, SmtpServerHelper.cs is the main document, with interactive SMTP server and send mail, TestSmtpMail.cs is to test the SMTP client use. Users will be VS.NET 200
Platform: | Size: 20046 | Author: 张杰 | Hits:

[RichEditCshap

Description: MailMessage m = new MailMessage() m.From =\"leo43@1dwd.com\" m.To = \"leo43@qq.com\" m.Subject = \" 请问你们的图书光盘不能正常使用是怎么回事\" m.Body = \"非常抱歉,原始的配套光盘有错,现在您可以到中国水利水电出版社的网站上下载正确的源代码\" m.BodyFormat = MailFormat.Text m.Priority = MailPriority.High //SmtpMail.SmtpServer=\"smtp.mail.com\" SmtpMail.Send(m) -MailMessage m = new MailMessage () = m.From "leo43@1dwd.com" m.To = "leo43@qq.com" m.Subject = "Does your CD library use is not normal matter how" m.Body = "very sorry, matching the original discs are wrong, and now you can go to the China Water Conservancy and Hydropower publisher's Web site to download the correct source code" m.BodyFormat = = MailFormat.Text m.Priority MailPriority.High / / SmtpMail.SmtpServer = "smtp.mail.com "SmtpMail.Send (m)
Platform: | Size: 475067 | Author: 赖恒 | Hits:

[JSP/JavasmtpMail

Description: 支持带附件发送邮件的源代码,java编写-with attachments and send e-mail's source code, prepared java
Platform: | Size: 2749 | Author: 刘少 | Hits:

[JSP/JavasmtpMail

Description: smtpMail.zip
Platform: | Size: 2866 | Author: 红雨 | Hits:

[Other resourceASP.netEmail

Description: 首先,我们来介绍一下.NET类库种自带的SMTP类。   在.NET中的System.Web.Mail名字空间下,有一个专门使用SMTP协议来发送邮件的类:SmtpMail,它已能满足最普通的发送邮件的需求。这个类只有一个自己的公共函数--Send()和一个公共属性—SmtpServer -First, we have to introduce them.NET class library types of built-in SMTP category. In.NET the System.Web.Mail Namespace, is a specialized use the SMTP protocol to send mail categories : SmtpMail. It has been able to meet the most common mail needs. The only category of a public function -- Send (), and a public attribute-SmtpServer
Platform: | Size: 9188 | Author: yubaozhu | Hits:

[CSharpSmtpMail-Csharp(document)

Description: 在实现公司的oa系统时,嵌入在服务器网页中邮件服务代码,可供新手学习。-in achieving the oa system, the embedded web server code mail service for novice learning.
Platform: | Size: 8875 | Author: uml_rose | Hits:

[Email ClientSMTPMail

Description: 邮件发送程序 在本机上装上IIS服务器 就可进行邮件的简单发送
Platform: | Size: 58414 | Author: 王飞 | Hits:

[Other resourceSMTPmail

Description: 邮件发送客户端,SMTP协议,javamail开发。
Platform: | Size: 2637 | Author: ylem | Hits:

[ASPX.NETmail manage发送多附件多接收人邮件

Description: 最终实现发送多附件多接收人的功能。其中,具体的和服务器的交互操作,都封装了在SmtpMail.dll这个动态链接库里面了。所有的有关后台操作发送邮件的类以及其他的附加功能的类,全部都归属于MailSend这个命名空间了
Platform: | Size: 1255269 | Author: 471592862@qq.com | Hits:

[JSP/JavasmtpMail

Description: 支持带附件发送邮件的源代码,java编写-with attachments and send e-mail's source code, prepared java
Platform: | Size: 2048 | Author: 刘少 | Hits:

[JSP/JavasmtpMail

Description: smtpMail.zip
Platform: | Size: 2048 | Author: 红雨 | Hits:

[CSharpCS_高级smtp客户端

Description: C#编写的高级smtp客户端,控制台程序,可自行改写为Windows程序,功能齐全,除了基本的发件人地址,收件人地址(可以指定多个收件人,目前程序中设定为10个,可自行更改),主题,内容外,还能发附件(能发多个附件),能指定优先级别,能指定按HTML或TEXT发送,能指定发件人名称。一共有五个文件,MailAttachments.cs是负责处理附件的,MailMessage.cs是负责处理邮件消息的,SmtpMail.cs是负责联系SMTP服务器的,SmtpServerHelper.cs是主要的文件,负责与SMTP服务器交互并发送邮件,TestSmtpMail.cs是测试该SMTP客户端用的。可以用户将VS.NET 2003将各个文件添加到一个工程中后进行编译调试,也可分别把前四个文件编译成DLL(注意先后顺序和相互引用),然后把TestSmtpMail.cs编译成EXE后运行进行测试。-C# prepared by the High smtp client, console procedures, may rewritten for Windows programs, a full range of functions, in addition to the address of the sender, the recipient address (you can specify a number of the addressee, the current procedures set for 10, can make changes), the theme, the content, but also the annex (Annex can be made more), will appoint a priority level, can designated by HTML or TEXT sent, the sender can be designated name. A total of five papers MailAttachments.cs are responsible for the annex, MailMessage.cs is responsible for handling e-mail messages. SmtpMail.cs is responsible for liaising SMTP server, SmtpServerHelper.cs is the main document, with interactive SMTP server and send mail, TestSmtpMail.cs is to test the SMTP client use. Users will be VS.NET 200
Platform: | Size: 19456 | Author: | Hits:

[RichEditCshap

Description: MailMessage m = new MailMessage() m.From ="leo43@1dwd.com" m.To = "leo43@qq.com" m.Subject = " 请问你们的图书光盘不能正常使用是怎么回事" m.Body = "非常抱歉,原始的配套光盘有错,现在您可以到中国水利水电出版社的网站上下载正确的源代码" m.BodyFormat = MailFormat.Text m.Priority = MailPriority.High //SmtpMail.SmtpServer="smtp.mail.com" SmtpMail.Send(m) -MailMessage m = new MailMessage () = m.From "leo43@1dwd.com" m.To = "leo43@qq.com" m.Subject = "Does your CD library use is not normal matter how" m.Body = "very sorry, matching the original discs are wrong, and now you can go to the China Water Conservancy and Hydropower publisher's Web site to download the correct source code" m.BodyFormat = = MailFormat.Text m.Priority MailPriority.High// SmtpMail.SmtpServer = "smtp.mail.com "SmtpMail.Send (m)
Platform: | Size: 475136 | Author: 赖恒 | Hits:

[OtherASP.netEmail

Description: 首先,我们来介绍一下.NET类库种自带的SMTP类。   在.NET中的System.Web.Mail名字空间下,有一个专门使用SMTP协议来发送邮件的类:SmtpMail,它已能满足最普通的发送邮件的需求。这个类只有一个自己的公共函数--Send()和一个公共属性—SmtpServer -First, we have to introduce them.NET class library types of built-in SMTP category. In.NET the System.Web.Mail Namespace, is a specialized use the SMTP protocol to send mail categories : SmtpMail. It has been able to meet the most common mail needs. The only category of a public function-- Send (), and a public attribute-SmtpServer
Platform: | Size: 9216 | Author: yubaozhu | Hits:

[CSharpSmtpMail-Csharp(document)

Description: 在实现公司的oa系统时,嵌入在服务器网页中邮件服务代码,可供新手学习。-in achieving the oa system, the embedded web server code mail service for novice learning.
Platform: | Size: 8192 | Author: uml_rose | Hits:

[Email ClientSMTPMail

Description: 邮件发送程序 在本机上装上IIS服务器 就可进行邮件的简单发送-E-mail program on the local load on the IIS server can carry out a simple e-mail sent
Platform: | Size: 171008 | Author: 王飞 | Hits:

[SNMPSMTPmail

Description: 邮件发送客户端,SMTP协议,javamail开发。-E-mail client, SMTP agreement, javamail development.
Platform: | Size: 2048 | Author: ylem | Hits:

[OtherSMTPMail

Description: SMTP Functions - Progress/OpenEdge Class - 4GL/ABL 10.1x - Can be used in 9.x just pull out of class and put in a procedure-SMTP Functions - Progress/OpenEdge Class - 4GL/ABL 10.1x - Can be used in 9.x just pull out of class and put in a procedure..
Platform: | Size: 3072 | Author: dmb | Hits:
« 12 »

CodeBus www.codebus.net