| 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 Mail Objects |
| |
| |
|
| Product: Mail Objects | Platform: VC++ | 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\Vc6\RetrieveMessage\Pop\EasyRetrieve located under the folder in which you installed the Mail Objects.
Download Mail Objects |
| |
| |
|