|
The HTTP Mail is an ActiveX control from the Clever Internet ActiveX Suite library.
It allows you to send and retrieve mail messages to your local computer and control the mail server mailboxes via HTTP Mail protocol - RFC 2518.
An implementation of such HTTP Mail protocol can be seen at Microsoft HotMail.
- Send and Retrieve messages
- List and Delete messages
- Manage mail folders
- Mark / Unmark message read status
- Notification Events, including message sending/retrieving progress
- Free one year upgrades and support
HttpMail1.GetFolders
HttpMail1.SelectFolder HttpMail1.Inbox
If HttpMail1.Messages.Count > 0
HttpMail1.Retrieve HttpMail1.Messages.item(0).Href, MailMessage1.Object |
| HttpMail1.Send MailMessage1.Object |
Please see the Demos code (HotMailClient) and also the indexed Help documentation provided with the Clever Internet ActiveX Suite installation to learn more about using this control in your application.
|