搜索资源列表
SMTPDemo
- SMTP (Simple Mail Transfer Protocol) : 电子邮件从客户机传输到服务器或从某一个服务器传输到另一个服务器使用的传输协议。 SMTP 是请求/响应协议,命令和响应都是基于ASCII 文本,并以CR 和LF 符结束。响应包括一个表示返回状态的三位数字代码。-SMTP (Simple Mail Transfer Protocol) : E-mail transmission from the client to the server or from a server
csmtp
- 开发SMTP、POP3协议通信程序 邮件发送 Form1 的摘要说明。
pop3MailC++
- 用c++实现的带邮件接收功能的应用程序,利用pop3协议
SMTP_POP3
- c#电子邮件收发,用POP3和SMTP协议实现,是一个很好的电子书
FtpClient
- C#开发的FTP客户端,模仿开源的FileZilla Client界面与它类似,功能目前还没有它支持的多。本系统支持类似资源管理器的本地文件系统预览和远程文件系统预览,为了提高效率,重写了TreeView和ListView,添加了简单封装的Rebar控件,实现了FTP的绝大多数功能。后续可能还要添加SSL/TLS协议支持和SFTP功能。如有BUG可以发邮件联系(njshuangshu@sina.com) -C# development of FTP client, to imitate the
LeafMail
- wpf,需.net4.0 利用pop3和smpt协议收发邮件-wpf, required. net4.0 agreement by sending and receiving e-mail pop3 and smpt
19854813CHAP06
- 邮件收发功能简单的基于pop3协议的邮件接收程序,用C#语言编写。 -E-mail to send and receive functions of a simple protocol based on the pop3 mail to receive the procedure, the C# Languages.
SendMailExample
- C#下发送电子邮件,一个简单的SMTP协议程序-C# under the e-mail, a simple SMTP protocol procedures
csharpsmtp
- c#实现邮件传输协议 用c#实现邮件传输协议,可以学到很多邮件传输的代码实现-c# to achieve Mail Transfer Protocol using c# to achieve Mail Transfer Protocol, you can learn a lot of e-mail transmission of code to achieve
Pop3guowai111
- 利用c#,基于pop3和smtp协议的邮件客户端。国外高手写的,爱学的同学拿去。-Use c#, based on the protocol pop3 and smtp mail client. Written by foreign masters, love to learn classmates Na Qu.
SendEmail
- 通过应用程序发送电子邮件。电子邮件是通过SMTP服务器进行发送的,SMTP是英文Simple Mail Transfer Protocol的缩写,意为简单邮件传输协议,默认端口为25。-Through the application to send e-mail. E-mail is sent through the SMTP server, SMTP Simple Mail Transfer Protocol is the English acronym, which means Simple
smtpMail
- 利用C#语言实现基于SMTP协议的发送电子邮件的实例-Examples of the use of C# language based on SMTP protocol to send e-mail ...
Mail
- 这是一个C#项目,它的功能是发送邮件和接收邮件。发送邮件使用SMTP协议,接收邮件采用POP3协议。-This program is used to send mail and receive mail.It send mail by the smtp protocol,and receive mail by the pop3 protocol.
MailClientForme
- 项目:邮件的发送与接收 原理基于简单:SMTP和POP3协议的电子邮件的发送和接收的编程,发送端SMTP协议模块的设计 (2)接收端POP3协议模块的设计 -Project: the sending and receiving e-mails Principle based on simple: SMTP and POP3 protocol of E-mail sent and received by the programming, the sender SMTP protoc
1-120530221008
- C#邮件收发系统,POP3协议,可能会有些缺陷,敬请谅解!-email SendAndReceive
email
- 邮件接收与发送,利用windows界面的,还利用了第三方协议。-Sending and receiving E-mail, using the Windows interface, also use the third party agreement.
在C#中使用正则表达式
- 列举正则表达式的使用例程 1. 从Url地址中提取协议和端口号 2. }更改日期格式 3. 使用正则表达式获取指定字符 4. 使用正则表达式去掉无用字符 5. 通过CaptureCollection获取每个匹配对象信息 6. 通过GroupCollection获取匹配集合 7. 验证输入字符串是否是合法的电子邮件格式(Listing routines for regular expressions)