| Product: Mail Objects | Platform: VB | Last updated: 11/8/2001 |
| |
| POP3: EasyRetrieve |
| |
This sample shows how to log a user into a POP account and retrieve all messages using EasyRetrieve. EasyRetrieve takes care to automatically decode MIME encoded messages.
This sample can be found in the subfolder \Samples\Vb6\RetrieveMessage\Pop\EasyRetrieve located under the folder in which you installed the Mail Objects.
Download Mail Objects |
| |
| |
|
| Product: Mail Objects | Platform: VB | Last updated: 11/8/2001 |
| |
| SMTP: Mail Merge |
| |
This sample shows how data can be merged into an email message and be sent out to multiple recepients, each with customized text. Placeholders can be used to customize the email as wel as for the recepients email addresses. The merged file is then sent out using the SMTP object.
This sample can be found in the subfolder \Samples\Vb6\SendMessage\MailMerge located under the folder in which you installed the Mail Objects.
Download Mail Objects
(This sample is built using version 2 to be released shortly) |
| |
| |
|
| Product: Mail Objects | Platform: VB | Last updated: 11/8/2001 |
| |
| SMTP: Sending HTML files |
| |
This sample uses the EasySendHTML method to allow users to send HTML files as the message body. EasySendHTML is able to handle complex HTML pages with graphics.
This sample can be found in the subfolder \Samples\Vb6\SendMessage\EasySendHtml located under the folder in which you installed the Mail Objects.
Download Mail Objects
(This sample is built using version 2 to be released shortly) |
| |
| |
|
| Product: Mail Objects | Platform: VB | Last updated: 11/8/2001 |
| |
| SMTP: Sending messages and attachments using the EasySend method. |
| |
This sample allows a user to send email messages with or without attachments. The EasySend method takes care of MIME encoding the messages and/or attachments.
This sample can be found in the subfolder \Samples\Vb6\SendMessage\EasySend located under the folder in which you installed the Mail Objects.
Download Mail Objects
|
| |
| |
|
| Product: Mail Objects | Platform: VC++ | Last updated: 11/8/2001 |
| |
| Creating Mail Objects dynamically |
| |
This sample uses the SMTP object to illustrate how the Mail Objects can be created dynamically in a Visual C++ environment. The sample application lets a user send a simple mail message.
This sample can be found in the subfolder \Samples\Vc6\CreateDynamicObject located under the folder in which you installed the Mail Objects.
Download [download link] |
| |
| |
|