| 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 Mail Objects |
| |
| |
|
| Product: Mail Objects | Platform: VC++ | Last updated: 11/8/2001 |
| |
| ESMTP: Sending a file through and an ESMTP server |
| |
This sample shows how to send an email message through n ESMTP server that requires user authentication.
This sample can be found in the subfolder \Samples\Vc6\SendMessage\EasySendWithAuth located under the folder in which you installed the Mail Objects.
Download Mail Objects
|
| |
| |
|
| Product: Mail Objects | Platform: VC++ | Last updated: 11/8/2001 |
| |
| IMAP: Fetch |
| |
The Fetch sample shows how to log a user into the IMAP server and retrieve the messages from that user's inbox. The user may then retrieve messages from any other mailbox from which the user has the rights to retrieve messages. The sample shows how to decode any MIME encoded messages by passing them to the MIME object.
This sample can be found in the subfolder \Samples\Vc6\RetrieveMessage\Imap\Fetch located under the folder in which you installed the Mail Objects.
Download Mail Objects |
| |
| |
|
| Product: Mail Objects | Platform: VC++ | Last updated: 11/8/2001 |
| |
| IMAP: Search and Fetch |
| |
This sample shows how to log a user into an IMAP server account and to retrieve only those messages that fulfull the given criteria.
This sample can be found in the subfolder \Samples\Vc6\RetrieveMessage\Imap\SearchAndFetch located under the folder in which you installed the Mail Objects.
Download Mail Objects |
| |
| |
|
| Product: Mail Objects | Platform: VC++ | Last updated: 11/8/2001 |
| |
| IMAP: Search and Move |
| |
This sample logs the user into an IMAP server account. The user can then enter search criteria and move all messages that meet this criteria to a different mailbox.
This sample can be found in the subfolder \Samples\Vc6\RetrieveMessage\Imap\SearchAndMove located under the folder in which you installed the Mail Objects.
Download [download link] |
| |
| |
|