Add | Add a message to the mailbox. |
Append | Append a message to a mailbox. |
Copy | Copy one or more messages to another mailbox. |
Delete | Mark one or more messages for deletion. |
Get | Get one or more messages or message parts. |
Purge | Permanently deletes all messages previously marked for deletion. |
Put | Set message attributes. |
Refresh | Update the mailbox Count, Recent, and Uid properties. |
Search | Search for a specific message or set of messages. |
Undelete | Unmark one or more messages previously marked for deletion. |
Count | Number of messages in the server mailbox. The Refresh method is used to initialize the value of this property. |
Delimiter | Used to parse Name into a hierarchy. |
Flags | Collection of flags set for the mailbox. |
Messages | Collection of Message Objects that is the default destination for downloaded messages when using Get. |
Name | Mailbox name. |
ReadOnly | Mailbox is read-only or read-write. |
Recent | Number of messages in the mailbox with a "Recent" flag. |
Uid | Unique identifier of the mailbox. The Refresh method is used to initialize the value of this property. |
Unseen | Number of messages marked "Unseen" in the server mailbox. The Refresh method is used to initialize the value of this property. |