-
一个简单的电子邮件发送程序!使用VC开发!
一个简单的电子邮件发送程序!使用VC开发!-a simple email procedures! Use of VC!
- 2022-02-14 14:40:57下载
- 积分:1
-
Development Class mail, mail generic category,. net beginner a very favorable
mail开发类,邮件通用类,.net初学着非常有利-Development Class mail, mail generic category,. net beginner a very favorable
- 2023-05-29 21:45: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
-
VB接收邮件的类
VB接收邮件的类-VB receive mail category
- 2022-04-18 00:18:30下载
- 积分:1
-
SMTP邮件发送源码
c/c++实现SMTP邮件发送,功能简洁实用,可供大家参考交流。
- 2022-08-13 14:47:14下载
- 积分:1
-
本套软件整合了国内及国际大量珍贵的商贸资源。发布的网站为商家经常浏览、查找信息的网站,因此具有相当好的广告效果。...
本套软件整合了国内及国际大量珍贵的商贸资源。发布的网站为商家经常浏览、查找信息的网站,因此具有相当好的广告效果。-the software integration of the domestic and international trade of a large number of precious resources. The website issued for businessmen often browse, find information website, it has a very good advertising effect.
- 2023-02-12 02:45:04下载
- 积分:1
-
可 以 让 用 户 在 用 Outlook Express , Netscape 或 是 Eudora 收 信 之 前 , 先 从 邮 件 伺 服 器 上 面...
可 以 让 用 户 在 用 Outlook Express , Netscape 或 是 Eudora 收 信 之 前 , 先 从 邮 件 伺 服 器 上 面 预 览 其 邮 件 标 头 , 可 以 在 收 信 之 前 看 看 有 没 有 垃 圾 信 , 或 是 带 了 病 毒 的 信, 一 旦 发 现 其中 夹 带 了 有 问 题 的 信 件 , 能 让 您 在 将 这 些 可 怕 的 信 件 收 到 自 己 的 电 脑 之 前 还 有 机 会 先 将 之 删 除-allows users to use Outlook Express, Eudora or Netscape prior to receipt of the letter, starting with the mail server above preview their mail headers. Before the receipt of the letter to see if there is garbage letter, or with the letter of the virus, Once found hidden in a letter to the problem, You will be allowed in these terrible letters received before their own computer still have a chance to first delete the
- 2022-09-03 08:55:03下载
- 积分:1
-
使用java语言,socket服务。利用smtp连接已有服务器,登陆验证后转发其他服务器。...
使用java语言,socket服务。利用smtp连接已有服务器,登陆验证后转发其他服务器。-use java language socket services. Connect using smtp server, after verification transponder landing other servers.
- 2022-03-23 06:00:26下载
- 积分:1
-
电子邮件客户端程序!
电子邮件客户端程序!-e-mail client!
- 2022-08-18 16:55:59下载
- 积分:1
-
连接POP3服务器;得到邮件对象数组;查看指定的邮件信息;删除邮件;
连接SMTP服务器,然后就是设置邮件的相关信息,最后是调用方法完成发邮件操作。...
连接POP3服务器;得到邮件对象数组;查看指定的邮件信息;删除邮件;
连接SMTP服务器,然后就是设置邮件的相关信息,最后是调用方法完成发邮件操作。-POP3 server connectivity receive e-mail object array view the designated e-mail information delete mail connecting SMTP server, and then is set up e-mail information, and finally call the method is e-mail operation.
- 2022-09-05 16:05:03下载
- 积分:1