Dart.Mail Namespace : Mailbox Class |
Public Class Mailbox Inherits System.Collections.Generic.List(Of ImapMessage)
Dim instance As Mailbox
public class Mailbox : System.Collections.Generic.List<ImapMessage>
public __gc class Mailbox : public System.Collections.Generic.List<ImapMessage>
public ref class Mailbox : public System.Collections.Generic.List<ImapMessage>
Mailbox objects represent server mailboxes. Mailbox properties are updated when selected (see SelectedMailbox). While selected, server notifications (in response to commands or as unsolicited updates) may update properties of this class. For example, when the server sends EXPUNGE, the specified messages will be removed from this collection. When the server sends EXISTS, an ImapMessage is added.
Using properties or methods of this class may require communications with the server. For example, setting Name sends a RENAME command to the server.
System.Object
System.Collections.Generic.List<T>
Dart.Mail.Mailbox