| Product: WebMail Objects | Platform: ASP | Last updated: 11/8/2001 |
| |
| IMAP: Selectively retrieving email |
| |
The IMAP Sample allows a user to login to the IMAP server and retrieve messages from any mailbox using specified criteria. For example, a user could specify only messages from a particular sender or only messages containing words "Re: Follow up in the subject".
The sample also allows you to search mailboxes and to move messages from one mailbox to another.
This sample can be found in the subfolder "\Samples\RetrieveMessage\Imap\Asp" located under the folder in which you installed the WebMail Objects.
Download Web Mail Objects
To try the online version of this sample click here. |
| |
| |
|
| Product: WebMail Objects | Platform: ASP | 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\Asp" located under the folder in which you installed the WebMail Objects.
Download Web Mail Objects.
|
| |
| |
|
| Product: WebMail Objects | Platform: ASP | Last updated: 11/8/2001 |
| |
| POP: Retrieving messages with EasyRetrieve |
| |
This sample shows logs a user into the POP server account (using APOP authentication if selected) and retrievers the last five messages from the user's mailbox, authomatically decoding any MIME encoded messages or attachments.
This sample can be found in the subfolder "\Samples\RetrieveMessage\Pop\EasyRetrieve\Asp" located under the folder in which you installed the WebMail Objects.
Download Web Mail Objects
To try the online version of this sample click here. |
| |
| |
|
| Product: WebMail Objects | Platform: ASP | Last updated: 11/9/2001 |
| |
| SMTP: Mail merge - EasySend |
| |
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\Asp 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: ASP | Last updated: 11/9/2001 |
| |
| SMTP: Mail merge - EasySendTemplate |
| |
This sample shows how mail merge can be achieved through a single method call to EasySendTemplate.
In this sample, the Template window contains the SMTP server to be used to send your email messages (please enter a server that you have access to), the email header information and the email body itself with placeholders for the data that is to be merged into the message.
The Parameter window contains the data to replace the placeholder in the message and the email address to which the merged message is to be sent. One line per recipient needs to be added using the same format. Note that when creating your own page you can merge this data from your database instead of an ASCII file.
This sample can be found in the subfolder Samples\SendMessage\TemplateMailMerge\Asp 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) |
| |
| |
|