| 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) |
| |
| |
|
| Product: WebMail Objects | Platform: HTML | Last updated: 11/8/2001 |
| |
| SMTP: Sending emails with attachements |
| |
This sample shows you how to send emails with or without attachments using the EasySend method. The sample requires you to define a temporary folder that can be used for MIME encoding. When writing your own applicaition you would normally force this to a specific folder such as the Windows TEMP folder.
This sample can be found in the subfolder "\Samples\SendMessage\EasySend\Html" located under the folder in which you installed the WebMail Objects.
Download Web Mail Objects |
| |
| |
|