PowerTCP Mail for .NET
MailboxCollection Class
Members 




A List of Mailbox objects sorted by Name.
Object Model
MailboxCollection ClassMailbox Class
Syntax
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> 
Remarks

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.

Inheritance Hierarchy

System.Object
   System.Collections.Generic.List<T>
      Dart.Mail.MailboxCollection

See Also

Reference

MailboxCollection Members
Dart.Mail Namespace


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic