MailboxList Property
Collection of mailboxes listed by the server.
Syntax
[VB.NET] Public ReadOnlyProperty MailboxList As MailboxList
[C#] public MailboxList MailboxList {get;}
Remarks
This collection contains a list of mailboxes returned by the server when ListMailboxes or ListSubscribedMailboxes is called.
MailboxLimit can be used to control the number of mailboxes saved.
This collection is indexed from 0 to Count - 1.
This property is read-only and not available at design time.