搜索资源列表
Rosanshao.Mail.Sender
- 邮件发送组件 支持多附件发送 支持验证 采用的是Socket方式发送 特点:相当稳定!-mail components support multiple attachments supporting certification using the Socket sent characteristics : relatively stable!
MotoLab.Mail
- 采用Winsock进行邮件的收发,其中采用单个sockck连接,你可以封装成多线程程序,以便可以用于Web网页上,本程序已经用于实际的项目中,完全可以使用,不过需要安装.net框架-Winsock used for the collection and delivery of mail, which used a single sockck link, you can packaged as multithreading procedures to be used on the Web, thi
csharpmail
- 完整版的C#邮件收发系统,含一个POP3邮件接收程序和一个邮件发送程序,程序可以生成EXE安装文件,在VS2005下编译通过,测试时记得POP3接收邮件的端口号为110,smtp发送的端口为25,注意不要设错了,否则连不上邮件服务器。-The full version of C# e-mail sending and receiving systems, including a POP3 e-mail to receive an e-mail programs and send the prog
mailmanagesystem
- 这是用C#语言编写的一个邮件管理系统,可以实现邮件的收发查看删除等的基本功能。-This is written in C# using an e-mail management system that can send and receive e-mail implementation view of the basic functions such as delete.
mail
- 收发邮件程序,利用C#语言开发,简单,可做为参考使用-E-mail program, using C# language development, simple to use as a reference
mail
- 邮件收发源代码,采用C#语言编程,实现邮件的收发功能-mail source code, using the CSharp programming language, to achieve mail client
mail
- 一个用C#编写的用于邮件接受和发送的例子,之和初学者用的,只有一个框架,需要自己便一点东西-A written using C# for mail receive and send examples of, and for beginners to use, only a framework, we need something for their own
ddd
- C#利用SMTP服务器发送邮件,在命名空间using System.Net.Mail中提供方法根据指定的smtp服务器来发送邮件。-C# using SMTP server to send mail using System.Net.Mail namespace in the provision of methods based on the specified smtp server to send mail.
123456csharp.mail.socket
- 用c#实现能过socket连接smtp实现发送邮件及附件的小程序,通常可用来定时通知什么的csharp.mail.socket-Achieved with c# socket connection to have smtp send mail and attachments to achieve a small program, usually used to regularly informed of what csharp.mail.socket
Mail
- C#发送E-mail的代码模块,支持文本E-mail-C# code to send E-mail module to support text E-mail
E-mail
- 一个C#语言编写的发送邮件的程序 输入相关信息后可以发送邮件-Written in a C# program to send mail can send the input relevant information, e-mail
mail
- 简单的电子邮件管理系统,用C#和Access数据库-Simple e-mail management system, using C# and Access database
Mail-System
- 运用C#、SQL以及存储过程等在asp.net和MS SQL SERVER上开发一个基于网站的BS结构的邮件系统。 实现了邮件列表、邮件管理、邮件监控功能、通讯簿、附加个性化的信息设置等功能。-The use of C#, SQL and stored procedures, etc. in asp.net and MS SQL SERVER to develop a web-based mail system BS structure. Achieve a mailing list, ma
Mail-reminders
- 一个比较好用的网络邮件提示器工程,包括所有的源码!-A relatively easy to use web mail reminder works, including all source code!
mail
- 实现了邮件的基本功能,收发邮件等基本的服务-Realize the basic function of the mail
mail
- 通过客户端软件。直接发送指定邮件到一个邮箱。。发送接收邮箱都可以自己设定。。如有不同。。。可以私信-Through the client software. Sent directly specified messages to a mailbox. . Sending and receiving E-mail can be set. . If different. . . Can private letter
C-Sharp-Send-Mail-screenshot
- C# 下截屏图像后,发送邮件的一个简单的程序-C# under the screenshot image after sending a simple e-mail program
E-mail
- 这是使用C#发送电子邮件,并且可以直接COPY-RUN的源代码。使用了SYSTEM.NET.MAIL的命名空间。-This is done using C# to send e-mail, and can be directly COPY-RUN source code. Use the SYSTEM.NET.MAIL namespace.
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.