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

搜索资源列表

  1. CSharp_implementation_SMTP_server

    0下载:
  2. C#实现SMTP服务器,使用TCP命令实现,功能比较完善 解决处理。-C# implementation SMTP server, using TCP command implementation, functional solution to deal with relatively perfect.
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:6145
    • 提供者:stu
  1. ZapMail

    0下载:
  2. 使用SMTP协议发送邮件编程代码.. 开发工具: Visual C++,-Send mail using SMTP protocol programming code .. development tools: Visual C++,
  3. 所属分类:Email Server

    • 发布日期:2017-05-24
    • 文件大小:7682537
    • 提供者:law jeamous
  1. pop

    0下载:
  2. 在给出的SMTP pop程序中加上一个过滤器,使能够对接收邮件的主题内容进行关键字过滤。关键字从文件中读出,不少于十个,比较结果符合的打印出过滤用关键字、邮件主题、邮件发件人。多重符合的每次结果都要打印。在windows Visual C++ 下调试-SMTP pop in the given procedure to add a filter to enable the theme for the receiving e-mail content filtering keywords. Key
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-08
    • 文件大小:1642992
    • 提供者:智慧
  1. cshapentryCourseware

    0下载:
  2. c#入门课件 第01章 C#.NET概述.ppt 第02章 C#数据类型.ppt 第03章 C# 语 句.ppt 第04章 类.ppt 第05章 继承、多态、委托与事件.ppt 第06章 设计窗体和控件.ppt 第07章 ADO.NET与数据操作.ppt 第08章 ASP.NET Web应用程序开发.ppt 第09章 网络协议与套接字编程 .ppt 第10章 TCP协议开发 .ppt 第11章 UDP协议开发 .ppt 第12章 FTP协议开发.p
  3. 所属分类:CSharp

    • 发布日期:2015-10-15
    • 文件大小:1711092
    • 提供者:王勇
  1. smtp2_source

    0下载:
  2. C++写的一个发送邮件的例子,可以了解下smtp协议的应用.-C++ to write an email example, you can understand the application of the agreement under the smtp.
  3. 所属分类:Communication

    • 发布日期:2017-04-29
    • 文件大小:45026
    • 提供者:Colorado
  1. SendMailExample

    0下载:
  2. C#下发送电子邮件,一个简单的SMTP协议程序-C# under the e-mail, a simple SMTP protocol procedures
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:47109
    • 提供者:小徐
  1. smail2

    0下载:
  2. 用Visual C++6.0实现的pop3和smtp邮件收发程序-Using Visual C++6.0 to achieve the pop3 and smtp mail program
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-16
    • 文件大小:4597280
    • 提供者:ericklee
  1. Mail

    0下载:
  2. 一个vxworks系统下,c语言实现的smtp协议邮件发送软件。填入自己的用户名、密码、设置好后即可使用。-Under a vxworks system, c language implementation of the smtp protocol to send e-mail software. Fill in your user name, password, set up immediately after use.
  3. 所属分类:VxWorks

    • 发布日期:2017-04-02
    • 文件大小:51878
    • 提供者:路标
  1. Mail_Agent

    0下载:
  2. this program is a mail agent uses pop3 and smtp protocols, written in .net c#, you can determine the server ip to begin sending.
  3. 所属分类:.net

    • 发布日期:2017-04-05
    • 文件大小:57492
    • 提供者:espil
  1. Csharp1

    0下载:
  2. C#网络编程教案 第1章 进程、线程与络协议 第2章 TCP应用编程 第3章 UDP应用编程 第4章 P2P应用编程 第5章 SMTP与POP3应用编程 …… -C# Network Programming Chapter 1, the process of lesson plans, thread and network protocol TCP Application Programming Chapter 2 Chapter 3 Chapter UDP Appl
  3. 所属分类:.net

    • 发布日期:2017-03-21
    • 文件大小:198941
    • 提供者:王清河
  1. sharpmimetools-0.6

    0下载:
  2. harpWebMail is an ASP.NET Web Mail application that is written in C#. It uses a POP3 server as the mailstore and sends mail through a SMTP. It is very simple to configure (Only a few settings in the web.config file). You can compose HTML messages, se
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:929027
    • 提供者:vikram
  1. mail

    0下载:
  2. vc6实现的邮件收发库。支持smtp、pop3协议。-email source, development with visuall c++ 6.0,support smtp and pop3.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1375207
    • 提供者:jack
  1. Sockets-2.3.9.1

    0下载:
  2. C++ Sockets 是一个跨平台的 Sockets 库,实现包括 TCP、UDP、ICMP、SCTP 协议。已实现的应用协议包括有 SMTP、HTTP(S)、Ajp (1.3)。具有 SOCKS 客户端实现以及匿名 DNS ,支持 HTTP 的 GET/POST/PUT 以及 WebServer 的框架。-his is a GPL licensed C++ class library wrapping the berkeley sockets C API, and therefore wor
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-21
    • 文件大小:318774
    • 提供者:geddy
  1. Pop3guowai111

    0下载:
  2. 利用c#,基于pop3和smtp协议的邮件客户端。国外高手写的,爱学的同学拿去。-Use c#, based on the protocol pop3 and smtp mail client. Written by foreign masters, love to learn classmates Na Qu.
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:109177
    • 提供者:刘飞
  1. MailSystemServer

    0下载:
  2. 这是一个简单的POP3和SMTP服务器,c++编写的。-This is a simple POP3 and SMTP server, c++ written.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-06
    • 文件大小:1191548
    • 提供者:windows
  1. poco-1.3.6p2.tar

    0下载:
  2. POCO C++ Libraries 提供一套 C++ 的类库用以开发基于网络的可移植的应用程序,功能涉及线程、线程同步、文件系统访问、流操作、共享库和类加载、套接字以及网络协议包括:HTTP、 FTP、SMTP 等;其本身还包含一个 HTTP 服务器,提供 XML 的解析和 SQL 数据库的访问接口。-C++ class libraries for network-centric, portable applications, integrated perfectly with the C++
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-09
    • 文件大小:1392043
    • 提供者:终曲
  1. smtp1

    0下载:
  2. 利用SMTP协议发送邮件 VC源码-网络编程 VISUAL C 编写的邮件发送程序,界面简洁,很好的作品-Send mail using SMTP protocol VC source- network programmingVISUAL C prepared by the mail program, simple interface, good work
  3. 所属分类:Email Client

    • 发布日期:2017-03-31
    • 文件大小:15700
    • 提供者:
  1. DotNetOpenMail-0.5.8b-src

    0下载:
  2. DotNetOpenMail是通过C#语言实现的邮件系统的库,可以配合SMTP服务器来使用。-DotNetOpenMail is a .Net library which can be used to create html and text emails with file attachments and embedded images. You need an SMTP server and your own .Net program to make use of it.
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:255737
    • 提供者:wf
  1. C_programming_update_smtp_updated_classic_code

    0下载:
  2. C programming update smtp updated classic code
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-16
    • 文件大小:65231
    • 提供者:ji
  1. VC_case_development

    0下载:
  2. Visual C++案例开发集锦,其中包含八个章节的内容,内容丰富,在第九章中使用:COM编程获取表单域信息;SMTP客户端程序;五子棋游戏;学生成绩管理系统四个例子进行全书内容的综合。-Visual C++ case development highlights
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-28
    • 文件大小:10386106
    • 提供者:Chen Yongren
« 1 2 3 4 5 6 78 9 10 11 »
搜珍网 www.dssz.com