|
The HttpMail ActiveX control is used 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.
Please see the Demos code (HotMailClient) and also the indexed Help documentation provided with the Clever Internet ActiveX Suite installation for more details about using this control.
The most common members of the HttpMail ActiveX control can be seen below:
Name |
Description |
DeletedItems |
Represents an URL to the Deleted Items folder. |
Drafts |
Represents an URL to the Drafts folder. |
Inbox |
Represents an URL to the Inbox folder. |
MailAgent |
Specifies the name of the application or entity calling the Mail functions. |
Messages |
Returns a collection of mail messages within the selected folder. |
Password |
Specifies the password that allows the desired component to log on to the server. |
SentItems |
Represents an URL to the Sent Items folder. |
Server |
Specifies the server to connect to. |
UserName |
Specifies the user name that allows the component to log on to the server. |
|
Name |
Description |
Delete |
Deletes the specified message from the server. |
GetFolders |
Requests the folder information from the HTTP mail server ans stores it in to the appropriate component members. |
MarkAsRead |
Marks the selected message as read. |
MarkAsUnread |
Marks the selected message as unread. |
Move |
Moves the selected message to the destination folder. |
Retrieve |
Retrieves the selected message from the HTTP mail server and stores it in to the specified Mail Message object. |
SelectFolder |
Selects the given HTTP mail folder and fills the Messages property. |
Send |
Sends the selected mail message via HTTP mail server. |
|
Name |
Description |
OnClose |
Occurs when component disconnected from the server. |
OnOpen |
Occurs when component connected to the server. |
OnProgress |
Occurs when data downloading / uploading is processed. |
|
|