The Mailbox type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddMessage(String) | ||
| AddMessage(StringBuilder) | ||
| AddMessageFile |
Add a message to the mailbox - in this case the string points to a file.
| |
| AutoResponderClearRecipients |
Clear the recipients list for the Auto Responder for this Mailbox
| |
| AutoResponderDelete |
Remove the Auto Responder from this mailbox.
| |
| Compare | ||
| CompareTo | ||
| CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) | |
| Delete | ||
| DeleteAllMessages |
Deletes all messages in a mailbox
| |
| DeleteMessages(String, Boolean) |
Deletes a list of messages passed in the string. IDs can be either index or
uidl. If UIDL, bByUIDL should be set to true
| |
| DeleteMessages(UInt32, Boolean) |
Deletes a list of messages passed in the UINT array. IDs can be either index or
uidl. If UIDL, bByUIDL should be set to true
| |
| DeleteUid | ||
| DeleteWebData | ||
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
| GetMessage(UInt32, Boolean) | ||
| GetMessage(UInt32, MbxMessage, Boolean) |
Loads a messages based on the passed in ID
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
| MessageIsUnread | ||
| Rename | ||
| SetMessageAllowImages | ||
| SetMessageAnswered | ||
| SetMessageAttached | ||
| SetMessageDraft | ||
| SetMessageFlagged | ||
| SetMessageForwarded | ||
| SetMessageRead | ||
| SetMessageReceipt | ||
| SetMessageReread | ||
| ToString | (Inherited from Object.) |
See Also