-
用vb.net编写的发送邮件的客户端源代码
用vb.net编写的发送邮件的客户端源代码-using vb.net prepared by the mail client source code
- 2022-05-22 23:41:11下载
- 积分:1
-
临时电子邮件地址脚本
临时电子邮件地址脚本
- 2022-02-06 19:11:02下载
- 积分:1
-
after the procedures need pop3 server configuration information, through basic w...
本程序运行后需要配置pop3服务器信息,通过基本的windows窗口实现功能。-after the procedures need pop3 server configuration information, through basic windows functions to achieve the window.
- 2022-06-13 15:40:29下载
- 积分:1
-
应用smtp协议实现对电子邮件的传送,类似于outlook expre
应用smtp协议实现对电子邮件的传送,类似于outlook expre-Smtp protocol applications to realize e-mail transmission, similar to outlook expre
- 2022-02-27 00:09:31下载
- 积分:1
-
Email加密发送程序
Email加密发送程序-Email encryption sent procedures
- 2023-03-24 21:20:03下载
- 积分:1
-
128
128点FFT算法,对4阶及以下处理.通过稍微修改源码(修改注释),即可以先产生一个序列,并随后进行FFT.-128-point FFT algorithm, the four bands and the following handling. Through slightly modified source (Alteration of the Notes), which can produce a first sequence, followed FFT.
- 2022-04-24 16:17:54下载
- 积分:1
-
一个基于MFC对话框结构的Mail发送客户端程序,该Mail客户端可以发送附件,支持SMTP服务器身份验证,BASE64编码。该程序用MFC的CSocket类开...
一个基于MFC对话框结构的Mail发送客户端程序,该Mail客户端可以发送附件,支持SMTP服务器身份验证,BASE64编码。该程序用MFC的CSocket类开发,作者自己写了一个CSMTP类来进行各种处理。注意,应用的实现部分在一个DLL中处理。(感谢我的朋友jplou)-an MFC dialog based on the structure of the Mail this client, the Mail client can send attachments, support SMTP authentication server, BASE64 encoding. The procedure used MFC CSocket category development, the author himself was a CSMTP to various types of processing. Note that some applications to achieve in a DLL address. (Thanks to my friend jplou)
- 2022-02-01 06:26:34下载
- 积分:1
-
Outlook源代码VB 6.14 MB 85
・功能超过OUTLOOK! 1.对企业所有职员收发邮件进行权限控制,邮件记录备份。 2.对企业客户进行建档...
Outlook源代码VB 6.14 MB 85
・功能超过OUTLOOK! 1.对企业所有职员收发邮件进行权限控制,邮件记录备份。 2.对企业客户进行建档管理,对往来邮件进行分发给职员进行联系,业务跟进。 3.对企业和客户往来邮件进行查询,统计,分析,归档等。 ...
-Outlook VB source code 614 MB more than 85 functional OUTLOOK! 1. Right enterprise e-mail to all staff for authority control, mail back-up records. 2. For customers Files management of contacts mail distributed to the staff contact follow-up operations. 3. Right between enterprises and customers mail inquiries, statistics, analysis and archiving.
- 2022-07-18 08:03:56下载
- 积分:1
-
Send Mail的源代码,是一个比较好的学习emial客户端的学习资料
Send Mail的源代码,是一个比较好的学习emial客户端的学习资料-Send Mail"s source code is a good learning more client-learning materials
- 2023-02-24 00:10: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