Name |
Description |
AppendMessage |
Appends a message to the specified mailbox. |
CopyMessage, UidCopyMessage |
Copies the message to the specified mailbox. |
CreateMailBox |
Creates a new mailbox on the IMAP4 server. |
DeleteMailBox |
Deletes the specified mailbox on the IMAP4 server. |
DeleteMessage, UidDeleteMessage |
Deletes the specified message from the current mailbox. |
GetMailBoxes |
Fills a list of mailboxes for the IMAP4 account. |
GetMessageFlags, UidGetMessageFlags |
Returns a set of the mail message flags. |
GetMessageSize, UidGetMessageSize |
Returns the size in bytes of a specified mail message. |
GetMessageUid |
Returns the unique message identifier for the specified mail message. |
GetSubscribedMailBoxes |
Fills a list of mailboxes for the IMAP4 account which have the Subscribed status. |
PurgeMessages |
Removes messages marked for deletion in the currently selected mailbox. |
RenameMailBox |
Renames a specified mailbox on the IMAP4 server. |
RetrieveHeader, UidRetrieveHeader |
Retrieves a mail message header only from the mail server. |
RetrieveMessage, UidRetrieveMessage |
Retrieves a mail message from the mail server. |
SearchMessages, UidSearchMessages |
Searches for messages in the current mailbox using the specified search criteria. |
SelectMailBox |
Selects a mailbox on the server as the current mailbox for message access. |
SetMessageFlags, UidSetMessageFlags |
Sets the specified message flags for the mail message. |
SubscribeMailBox |
Adds a mailbox to the list of "subscribed" mailboxes. |
UnsubscribeMailBox |
Removes a mailbox from the list of "subscribed" mailboxes. |