| Product: WebMail Objects | Platform: HTML | Last updated: 11/8/2001 |
| |
| IMAP: Retrieving email with IMAP |
| |
This sample shows how to log into the IMAP server and selectively download messages using the Search and Fetch methods.
This sample can be found in the subfolder "\Samples\RetrieveMessage\Imap\Html" located under the folder in which you installed the WebMail Objects.
Download Web Mail Objects |
| |
| |
|
| Product: WebMail Objects | Platform: HTML | Last updated: 11/8/2001 |
| |
| POP: Retrieve messages from a POP account doing your own MIME decoding |
| |
This sample logs a user into the POP server account (using APOP if selected), retrieves the last five messages in the mailbox using the Retrieve method and then passes them to the MIME object to be decoded by calling the MIME methods.
This sample can be found in the subfolder "\Samples\RetrieveMessage\Pop\Retrieve\Html" located under the folder in which you installed the WebMail Objects.
Download Web Mail Objects. |
| |
| |
|
| Product: WebMail Objects | Platform: HTML | Last updated: 11/8/2001 |
| |
| POP: Retrieving messages from a POP server with EasyRetrieve |
| |
This sample logs a user into a POP server account (using APOP authentication if selected) and retrieves the last five messages from the user's mailbox, automatically decoding any MIME encoded messages or attachments.
This sample can be found in the subfolder "\Samples\RetrieveMessage\Pop\EasyRetrieve\Html" located under the folder in which you installed the WebMail Objects.
Download Web Mail Objects. |
| |
| |
|
| Product: WebMail Objects | Platform: HTML | Last updated: 11/8/2001 |
| |
| SMTP: Mail merge |
| |
This sample makes use of the EasySend method and shows how to do mail merge with a data taken from a text file. This sample uses to placeholders: one for the SMTP header To: field and one for the recepient's name in the actual body text sent out.
This sample can be found in the subfolder \Samples\SendMessage\MailMerge\Html located under the folder in which you installed the WebMail Objects.
Download Web Mail Objects
(This sample is built using version 2 to be released shortly) |
| |
| |
|
| Product: WebMail Objects | Platform: HTML | Last updated: 11/8/2001 |
| |
| SMTP: Sending an HTML file as the message body |
| |
This sample shows you how to send an HTML file as the message body. It also allows you to choose your own alternative text file to be displayed as the email message on mail readers that do not support the viewing of HTML messages.
This sample can be found in the subfolder \Samples\SendMessage\EasySendHtml\Html located under the folder in which you installed the WebMail Objects.
Download Web Mail Objects
(This sample is built using version 2 to be released shortly) |
| |
| |
|