-
发送电子邮件
发送电子邮件的vb6.0源码,采用socket技术实现,暂不支持附件-Send e-mail VB6.0 source code, using socket technology, not to support the Annex
- 2022-08-25 06:46:19下载
- 积分:1
-
发送邮件的程序,调用MAPI函数发送邮件。
发送邮件的程序,调用MAPI函数发送邮件。-mail procedures, called MAPI mail function.
- 2022-04-11 07:36:06下载
- 积分:1
-
vb done with a mail acceptance procedure is to learn knowledge is the typical sc...
一个用vb做的邮件接受程序,是想学习则方面知识的典型成学,不可不看。-vb done with a mail acceptance procedure is to learn knowledge is the typical school, I can not see.
- 2023-02-23 01:55:03下载
- 积分:1
-
邮件发送代码
package util;
import java.io.Serializable;
public class MailContract implements Serializable{
/**
* serialVersionUID:TODO
* @since Ver 1.1
*/
private static final long serialVersionUID = 1L;
/**发件人*/
private String sender;
/**发件人密码*/
private String pwd;
/**收件人*/
private String recipient;
/**邮件标题*/
private String title;
/**邮件内容*/
private String context;
public String getSender() {
return sender;
}
publi
- 2022-11-10 20:35:04下载
- 积分:1
-
Visual C++课程设计案例精编(第二版)
提供的一个电子邮件发送和接受程序...
Visual C++课程设计案例精编(第二版)
提供的一个电子邮件发送和接受程序-Visual C curriculum design case precision series (2nd edition) of an e-mail sending and receiving procedures
- 2022-08-03 06:50:16下载
- 积分:1
-
到SMTP E附件支持
java写的支持附件的SMTP邮件程序.在分析以往一些排课软件的基础上,提出一个通用的排课管理信息系统的设计方法,并对一些具体的技术问题作出相应安排-support annex to the SMTP e-mail programs. The analysis of the past, some of the Course Scheduling software, based on a common course arrangement management information system design methods, as well as some specific technical problems to make the necessary arrangements
- 2022-11-24 07:35:03下载
- 积分:1
-
VB接收邮件的类
VB接收邮件的类-VB receive mail category
- 2022-04-18 00:18:30下载
- 积分:1
-
pop3协议分析,主要实现了pop3协议客户端。可以作为开发的基础...
pop3协议分析,主要实现了pop3协议客户端。可以作为开发的基础-pop3 protocol analysis, the main pop3 client agreement. Can be used as the foundation for development
- 2022-04-01 19:26:34下载
- 积分:1
-
Simple mail client, can receive email to and see what their
简单实用的邮件客户端,能够接收发送邮件,要什么自己看吧-Simple mail client, can receive email to and see what their
- 2022-03-07 16:52:02下载
- 积分:1
-
email server system designed in HTML and PHP
电子邮件管理系统,通过电子邮件提供客户机-服务器通信。收件箱,sentbox,垃圾邮件等…好的学期项目
- 2022-02-03 21:15:27下载
- 积分:1