Dart.Mail Namespace : MailboxCollection Class |
Public Class MailboxCollection Inherits System.Collections.Generic.List(Of Mailbox)
Dim instance As MailboxCollection
public class MailboxCollection : System.Collections.Generic.List<Mailbox>
public __gc class MailboxCollection : public System.Collections.Generic.List<Mailbox>
public ref class MailboxCollection : public System.Collections.Generic.List<Mailbox>
Contains a list of Mailbox objects that exist on an IMAP server. It is seen as Mailboxes and Mailbox.Mailboxes.
This class can be manipulated by using Add(String) and Remove. Since this is a client-side collection, calling these methods sends the associated IMAP command to the server. For example, Remove sends a DELETE command to the server. If any method called results in the addition, deletion, or modification of a mailbox, it will automatically update to reflect the state of the server.
System.Object
System.Collections.Generic.List<T>
Dart.Mail.MailboxCollection