Location:
Search - System.Net.Mail
Search list
Description: 这是ASP.NET实际应用的代码。里面包含了ASP.NET上传文件、密码加密、邮件接收发送系统的方法。可以对ASP.NET有更深入了解!-This is the practical application of ASP.NET code. They include ASP.NET upload documents, encryption, e-mail sent receiver system. ASP.NET can have a better understanding!
Platform: |
Size: 25360 |
Author: 王历历 |
Hits:
Description: 蓝丽Net留言系统说明手册 1:蓝丽Net留言系统亮点提示 蓝丽Net留言系统虽然开发的时间较短,但实为技术内涵较高,有其独特的风格特点 主要用途:使访客自由留言,管理员(站长)自由回复,或用于信息发布,资料存储 综合特点(采用较新的asp.net+xml+xsl设计,一应功能俱全,老搭档新品种该有的功能都有了 版面清爽,速度流畅,操作方便,安全稳定,安装管理方便,占用资源少,占用空间少 PS:FYW真能吹^-^) 性能方面:普通PC机访问本系统主页,能够达到50-200MS,这方面Xml若逊于Html方式输出的速度 安装方面:非常简单,几乎无需改动或根据您的要求少加改动,上传至服务器即可正常运行 安全方面:在本人已知的Asp,Asp.net存在的(数据提交,Sql注入,Cookies欺骗,跨站提交,注水提交)等安全隐患上下了许多工夫,经仔细测试在这些方面约能达到98%的安全,至于 本人未接触到的安全隐患方面,请自行升级或提示本人改正 2:安装调试蓝丽Net留言系统 ---既然看到了本帮助文件,那相信此时您已将本系统压缩包(rar,zip)解压 ---首先,请确认您的服务器操作系统支持运行Asp.net,IE版本在5.5以上,或者您有远程虚拟主机-Blue Korea messages a manual system descriptions : Blue Korea Net voice system highlights Blue Korea suggested Net voice mail although shorter development time, but is higher for the technical content, has its own unique characteristics main purposes : to enable visitors free voicemail, manager (director) free return, or for the release of information, comprehensive data storage characteristics (the use of newer Asp. net xml xsl design, should be a function of taste, old partner of the new varieties have a functional layout and comfortable, and the rate of fluid, convenient operation, security and stability, the installation of easy management and occupies less resources occupation less space PS : FYW really blowing ^- ^) performance : General PC Home visit to the system that can reach 50
Platform: |
Size: 47104 |
Author: aa |
Hits:
Description: 这是个用ASP.NET开发的邮件系统!对于初学者是个很好的学习事例!我也是看到其他网站的转过来的!欢迎大家下载-This is a development with ASP.NET mail system! For beginners, is a very good example of learning! I also see other websites turn! You are welcome to download
Platform: |
Size: 912384 |
Author: 林海 |
Hits:
Description: 这是ASP.NET实际应用的代码。里面包含了ASP.NET上传文件、密码加密、邮件接收发送系统的方法。可以对ASP.NET有更深入了解!-This is the practical application of ASP.NET code. They include ASP.NET upload documents, encryption, e-mail sent receiver system. ASP.NET can have a better understanding!
Platform: |
Size: 25600 |
Author: 王历历 |
Hits:
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:
Description: asp.net 办公自动化系统 人事管理 公文管理 内部邮件管理以及办公自动化系统中不可或缺的模块-office automation system Asp. Net Personnel Management Document Management internal mail management and office automation system EC integral module
Platform: |
Size: 391168 |
Author: Eagle |
Hits:
Description: Asp.net邮件系统源码
有一般邮件系统的邮件收发、文件夹管理功能
可以实现邮件的在线收发功能(可以选择html格式),支持 多附件发送
利用TreeNode进行菜单管理
-Asp.net source mail system has a general e-mail system to send and receive e-mail, folder management functionality can be achieved online to send and receive e-mail function (can choose html format), supports multiple attachments for the use of TreeNode menu management
Platform: |
Size: 207872 |
Author: 邵兵 |
Hits:
Description: SMS, Mail gateway. 可以移植到其他的平台上.
代码是C#(.NET 2.0)编写.
使用文件系统接口来进行数据传输。
-SMS, Mail gateway. Can be ported to other platforms. Code is C# (. NET 2.0) to prepare. The use of file system interface for data transmission.
Platform: |
Size: 51200 |
Author: Da Fenqi |
Hits:
Description: 邮件管理系统,用asp.net 2.0 和C# 编写的-E-mail management system, using asp.net 2.0 and C
Platform: |
Size: 284672 |
Author: 赵 |
Hits:
Description: 您可能习惯了在ASP程序中使用JMAIL组件收发邮件,asp.net(微软最强的开发语言)在System.Web.Mail名称空间中有一个发送email的内建类,但这仅是cdosys的一个假象。开发者能使用一个替代的它smtp邮件服务。在这篇文章里面,我将会展示如何创建一个用于asp.net(微软最强的开发语言)的功能齐全的smtp邮件服务。
首先,我们创建一个继承命名空间System.Net.Sockets的TcpClient类的类。TcpClient类提供简单的方法用于连接,发送,接收网络的数据流。GetStream方法用于创建一个网络流(NetworkStream)。读和写网络流(NetworkStream)的方法用于发送数据给远程主机和从远程主机接收网络流。-err
Platform: |
Size: 196608 |
Author: www |
Hits:
Description: ASP.NET Ajax technologies based on the mail system -ASP.NET Ajax technologies based on the mail system
Platform: |
Size: 1713152 |
Author: wangjunchao |
Hits:
Description: 用System.Net.Mail,自己写的邮件发送-Using System.Net.Mail, write their own e-mail
Platform: |
Size: 765952 |
Author: W.p |
Hits:
Description: Asp.net MVC会员管理系统
功能比较简单,主要是用户登录、注册(注册后需要审核才能使用)及信息修改等,采用Asp.netMVC开发
管理后台有用户管理、角色管理、邮件配置等功能
采用的了Form身份验证,WebServices,Linq,数据加密解密,Mztreeview1.0
解决了mvc传递中文字符的问题
-Asp.net MVC member management system is relatively simple, the main user login, registration (registered to use the need to audit) and to amend such information, the development and management background has Asp.netMVC user management, role management, e-mail configuration and other features used the Form authentication, WebServices, Linq, data encryption and decryption, Mztreeview1.0 resolved mvc question of transmission of Chinese characters
Platform: |
Size: 2529280 |
Author: 张苑妮 |
Hits:
Description: 这是一个VB.NET开发的应用程序,使用到了 System.Net.Mail, MS Access,和My.Settings实现邮件群发功能。邮件列表从Access数据库中读取,可以单人发送,也可以多人发送。支持HTML格式的邮件正文。-This is a VB.NET application development, using the System.Net.Mail, MS Access, and the realization of mass-mailing function My.Settings. Mailing list to read from the Access database, you can send a single person can also be sent over. Support the HTML format of the message body.
Platform: |
Size: 338944 |
Author: wy |
Hits:
Description: c# system.net.mail 发送邮件gmail-c# system.net.mail sendmail===>gmail
Platform: |
Size: 21504 |
Author: el liang |
Hits:
Description: 这是一个利用System.Net.Mail 命名空间里包含的邮件类制作的一个邮件发送程序 -This is a use of System.Net.Mail namespace contains the message class produced a mail program
Platform: |
Size: 208896 |
Author: 周游 |
Hits:
Description: 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.
Platform: |
Size: 4096 |
Author: 张儒良 |
Hits:
Description: 开发平台:vs2005
内容简介:本程序是基于pop3以及smtp协议来实现电子邮件的收发过程,利用VS2005提供的.NET框架2.0的System.Net.Mail命名空间中专门对邮件收发处理的类,进行编程。
包含内容:1.源程序代码及工程
2.详细的实验报告一份
3.调试说明书一份-Development Platform: vs2005
Introduction: This procedure is based on the pop3 and smtp protocol to achieve the process of sending and receiving e-mail, provided the use VS2005. NET Framework 2.0 System.Net.Mail namespace in a special class of message send and receive processing, programming.
Include: 1. Source code and project
2 a detailed experimental report
3 Debugging a manual
Platform: |
Size: 2139136 |
Author: pengxinyue |
Hits:
Description: 这是使用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.
Platform: |
Size: 8192 |
Author: 宋振 |
Hits:
Description: 发邮件的3种方式:loalhost ,普通smtp ,ssl+smtp。c#实现,使用System.net.mail空间下的类。-
Send mail in 3 ways: loalhost, ordinary SSL, smtp.c# SMTP implementation, the use of System.net.mail space under the class.
Platform: |
Size: 50176 |
Author: mikerop3 |
Hits: