-
接收email的程序(pop3协议),支持附件
接收email的程序(pop3协议),支持附件-Receive email procedures (pop3 protocol) to support the Annex
- 2022-01-26 07:01:46下载
- 积分: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
-
邮件代理的小示例
邮件代理的小示例-mail Acting small sample
- 2023-03-02 08:10:03下载
- 积分:1
-
sent annex to the good use of the mail client software code
可以发送附件的很好用的邮件客户段软件代码-sent annex to the good use of the mail client software code
- 2022-03-04 06:24:56下载
- 积分:1
-
VB prepared e
用VB编写收发电子邮件程序。在VB中,应用程序可以通过调用微软公司的MAPI实现收发电子邮件的功能-VB prepared e-mail procedures. In VB, applications can call Microsoft"s MAPI realization of the e-mail function
- 2022-06-18 09:54:18下载
- 积分:1
-
EmailVC源程序
EmailVC源程序-EmailVC source program
- 2022-03-11 01:34:55下载
- 积分:1
-
MAPI协议发送邮件封装类
MAPI协议发送邮件封装类-MAPI agreement transmission mail seal class
- 2022-05-16 01:42:44下载
- 积分:1
-
简单实用的email功能,可以直接嵌入程序中使用。
简单实用的email功能,可以直接嵌入程序中使用。-email
- 2022-10-22 16:55:04下载
- 积分: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
-
a small email receive and send program using VB. Its many functions are not cons...
用vb制作的一个小型的e-mail发送软件,由于本人水平有限,许多功能都不完善。-a small email receive and send program using VB. Its many functions are not consummate because my ability is limited.
- 2022-05-27 02:34:15下载
- 积分:1