CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - C SMTP

搜索资源列表

  1. C实现SMTP服务器,使用TCP命令实现功能比较完善

    0下载:
  2. C#实现SMTP服务器,使用TCP命令实现,功能比较完善-C# SMTP server using TCP commands, functions more perfect
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:10586
    • 提供者:巍巍
  1. SMTP服务

    1下载:
  2. 采用C#编写的SMTP服务程序,里面包含了client和sever,希望能帮助大家.-using C# prepared by the SMTP service procedures, which contains a client and sever, we hope to help.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:20164
    • 提供者:李斌
  1. CS_高级smtp客户端

    0下载:
  2. C#编写的高级smtp客户端,控制台程序,可自行改写为Windows程序,功能齐全,除了基本的发件人地址,收件人地址(可以指定多个收件人,目前程序中设定为10个,可自行更改),主题,内容外,还能发附件(能发多个附件),能指定优先级别,能指定按HTML或TEXT发送,能指定发件人名称。一共有五个文件,MailAttachments.cs是负责处理附件的,MailMessage.cs是负责处理邮件消息的,SmtpMail.cs是负责联系SMTP服务器的,SmtpServerHelper.cs是主要的
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:20046
    • 提供者:张杰
  1. SMTPServerOfTCP

    0下载:
  2. C#实现SMTP服务器,使用TCP命令实现,功能比较完善-C# SMTP server using TCP commands, functions more perfect
  3. 所属分类:RichEdit

    • 发布日期:2008-10-13
    • 文件大小:9417
    • 提供者:twh
  1. smtp

    0下载:
  2. C#+ASP.NET,利用SMTP发送电子邮件
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:27201
    • 提供者:lizi
  1. csharpmail

    1下载:
  2. 完整版的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
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:217204
    • 提供者:272
  1. C++hxbc

    0下载:
  2. C++核心编程技术本书全面深入地介绍了当今最热门的编程技术,包括COM、ActiveX、Web服务器应用程序,以及Internet上的WinSock、UDP、HTTP、HTML、FTP、SMTP、POP3、NNTP等协议。本书由16章组成,主要内容包括面向对象编程,组件对象模型(COM) ,ActiveX框架,“Type Library”编辑器,创建ActiveX,OLE自动化,使用WinSock,使用FTP控件,使用UDP控件,使用HTTP控件,使用HTML控件,使用SMTP控件,使用POP控
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-04-09
    • 文件大小:1874082
    • 提供者:hclcool
  1. email_client

    0下载:
  2. email client and support pop3、smtp、imap protocol.-email client and support pop3, smtp, imap protocol.
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:396495
    • 提供者:王晓
  1. YJXTLLYJ

    0下载:
  2. 大家好,我是双鱼林,这是我两年前自己的毕业设计,题目是基于winsock的邮件系统设计,我现在把这个系统的源程序免费发布给大家,有需要做这方面资料的朋友可以下载下去研究下!系统使用的c语言网络编程技术实现了SMTP和POP3的应用层协议命令处理,使用php网页形式收发邮件. (1)SMTP服务器必须实现基本的协议命令,包括以下命令: HELO、MAIL FROM、RCPT TO、DATA、REST、NOOP、QUIT和HELP。 (2)POP3服务器必须实现基本的协议命令,包括以下命令:
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:720348
    • 提供者:sd
  1. SMTP

    0下载:
  2. SMTP Class for windows mobile using c#
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:1397
    • 提供者:luchexrb
  1. SMTP_POP3_Mail_Server

    1下载:
  2. 这是一个使用C#基于.NET1.1实现的SMTP与POP3邮件服务器源代码。其中,MailServerComponent实现POP3和SMTP的服务端控件,负责处理底层的POP3和SMTP消息。MailServer 处理MailServerComponent的事件,并进行邮件接收和存储的工作。 包含的功能: 基本的: * SMTP/POP3/IMAP4/WebMail * IP访问过滤 * 用户邮件大小限制 * 支持XML和MSSQL数据库存储 * 很好的G
  3. 所属分类:CSharp

    • 发布日期:2017-05-13
    • 文件大小:3463858
    • 提供者:陈嵩
  1. CSharpnet

    0下载:
  2. C#网络编程随书源代码,讲解了Socket编程基础,以及FTP,HTTP下载,SMTP实现邮件客户端,等网络编程基础。-C# network programming source code with the book to explain the basis for Socket programming, as well as FTP, HTTP download, SMTP mail client to achieve, such as network programming foundati
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:1900125
    • 提供者:任我行
  1. SMTP-Relay-Kit

    0下载:
  2. Two components for SMTP Windows service for receiving message in c:\temp with format *eml. And separate software with UI for relaying all message internet to destination.
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:741031
    • 提供者:Thief
  1. c

    0下载:
  2. 邮件收发代码 SMTP协议在发送SMTP和接收SMTP之间的会话,是靠发送SMTP命令和接收SMTP反馈的应答来完成的。-Send and receive e-mail code of the SMTP protocol between the sending SMTP and receiving SMTP session, to rely on sending SMTP commands and receiving SMTP feedback response.
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:12980
    • 提供者:崔帅豪
  1. CCPP-SMTP

    0下载:
  2. C/C++的SMTP邮件协议的发送代码,可以学习一下怎么使用STMP。-smtp protocol by c/c++,can learn how it made.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:650
    • 提供者:vipmac
  1. SMTP1

    0下载:
  2. giao thứ c SMTP dùng cho gử i mail
  3. 所属分类:Communication

    • 发布日期:2017-11-14
    • 文件大小:1891703
    • 提供者:lee
  1. mail-pop3-smtp

    0下载:
  2. c++开发的邮件发送和接受程序,里面有pop3和smtp类,使用非常方便,封装的很合理。代码写得非常流畅合理:)mail sending and receiving procedures, and they pop3 and smtp category is extremely easy to use, the package is reasonable. Code is very reasonable fluency :)-mail sending and receiving procedur
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:19184
    • 提供者:theCPI
  1. Send

    0下载:
  2. SMTP的一个例子!VISUAL CSMTP an example! VISUAL C-SMTP an example! VISUAL C
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-01
    • 文件大小:612716
    • 提供者:ctedpr
  1. smtp-send-email

    0下载:
  2. 基于 Visual C++ smtp 的email 发送的实现例子,对于初学者来说是个不错的东东,分享一下an example to realize the e-mail base on visual c++ smtp, it is good for the beginner,share it-an example to realize the e-mail base on visual c++ smtp, it is good for the beginner,share it
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:56029
    • 提供者:uldbel
  1. SMTP邮件发送

    0下载:
  2. SMTP邮件发送,利用SMTP进行邮件发送与接受,C语言编写,计算机网络课程设计
  3. 所属分类:网络编程

« 12 3 4 »
搜珍网 www.dssz.com