-
检查最新电子邮件程序
检查最新Email的程序- Inspection newest Email procedure
- 2022-02-20 05:14:06下载
- 积分:1
-
pop3控件
pop3控件-pop3 controls
- 2023-08-03 10:10:04下载
- 积分:1
-
through Web sites, products and services for the promotion of enterprise has und...
通过EMAIL进行网站、产品及服务的推广无疑已成为企业必选的低成本、高效益、直接方便的网络营销方式。但如何科学的管理EMAIL地址库,高效的发送EMAIL,做到有的放矢;达到推广的目的却又不引起用户反感,同时也为企业树立良好的网络形象呢?这就是我们所研究的课题,也是我们软件的目标。助成邮件管理王因其"高速准确"的管理功能,无疑是您管理EMAIL地址的首选软件。-through Web sites, products and services for the promotion of enterprise has undoubtedly become the must-see low-cost, high-efficiency, direct and convenient network marketing. But how scientific management for email addresses, send email efficient, targeted; The purpose of promoting but did not cause resentment users, and also to set a good enterprise network image? This is what we have to consider the issue, as well as the goal of our software. Mail management contributed to Wang for "high accuracy", the function of management is undoubtedly your email address management software of choice.
- 2022-02-06 20:50:13下载
- 积分:1
-
java写的邮件客户端
java写的邮件客户端-mail client
- 2022-02-14 10:17:45下载
- 积分:1
-
vc 6.0 下编写的邮件客户端
支持 smtpt和pop
vc 6.0 下编写的邮件客户端
支持 smtpt和pop-vc 6.0 prepare mail client support, and pop smtpt
- 2023-07-08 09:10:03下载
- 积分:1
-
Email客户端程序,支持SMTP,POP3,IMAP
Email客户端程序,支持SMTP,POP3,IMAP--An Email client program. It supports SMTP, POP3 and IMAP.
- 2023-08-17 05:25:04下载
- 积分:1
-
POP3邮件服务器检测控制
POP3邮件服务器检测控件
- 2022-01-22 16:04:50下载
- 积分:1
-
有必要提供SMTP服务器信息的程序,夹带附件,…
本程序需要设置smtp服务器信息,可以夹带附件,点击菜单栏preference->sendMail即可发送。-the procedures necessary to provide smtp server information, entrainment annex, Click on the menu bar preference-
- 2023-03-07 00:45:03下载
- 积分:1
-
VB编写的邮件收发系统,希望对大家有帮助。
这是用Vb编写的邮件收发系统,希望对大家有帮助.-Vb prepared by the mail system, and I hope to be helpful.
- 2022-07-03 19:17:06下载
- 积分: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