⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.txt

📁 邮件客户端程序
💻 TXT
字号:
========================================================================
       MICROSOFT FOUNDATION CLASS APPLICATION : TestSimpleEmailClient
========================================================================

Author: Emmanuel KARTMANN
Date: November 28th, 1998

OVERVIEW
========

This dialog-based application is a unit test for the SimpleEmailClientX component
(SimpleEmailClient.dll). You can use it to test the component and to 

USAGE
=====

This program provides a Graphical User Interface to edit an email message:
 * From: type the originator of the message
 * To: type the recipient(s) of the message (list of email addresses separated
       by commas)
 * Subject: type the message subject
 * Body: type the message body
 * SMTP Server Name(s): type the list of SMTP server names to contact 
                        (list of IP names separated by commas)

Click on the OK button when done.

COMPILATION
===========

Extract the kit (TestSimpleEmailClient.zip) in a directory beneath the SimpleEmailClient directory, i.e.:
 SimpleEmailClient\                 (this is where the ActiveX project is located)
 	TestSimpleEmailClient\      (this is where the test project must be located)


IMPLEMENTATION
==============

When the user clicks on the OK button, this program:
 * creates an instance of the component,
 * calls method SendEmail from interface ISimpleEmailClientX,
 * in case of error, it displays an dialog box with full error text.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -