Mailboxes ActiveX Reference (Visual Basic)
Mailboxes
Represents a collection of IMAP mailboxes.
Properties
Count As Long (read-only)
The number of mailboxes in the collection.
Note: The Mailboxes class is for use with the Chilkat IMAP component.
Methods
GetName(index As Long) As String
The name of the Nth mailbox in this collection. Indexing begins at 0. Returns a null on failure
HasInferiors(index As Long) As Long
Returns 1 if the Nth mailbox has inferiors (i.e. sub-mailboxes)
IsMarked(index As Long) As Long
Returns 1 if the Nth mailbox is marked.
IsSelectable(index As Long) As Long
Returns 1 if the Nth mailbox is selectable.
|