Chilkat VB.NET Mailboxes Class Reference

Mailboxes

Represents a collection of IMAP mailboxes.

Properties

Count As Integer (ReadOnly)

The number of mailboxes in the collection.

Note: The Mailboxes class is for use with the Chilkat IMAP component.

Methods

Function GetName(ByVal index As Integer) As String

The name of the Nth mailbox in this collection. Indexing begins at 0.

Returns Nothing on failure

Function HasInferiors(ByVal index As Integer) As Boolean

Returns true if the Nth mailbox has inferiors (i.e. sub-mailboxes)

Function IsMarked(ByVal index As Integer) As Boolean

Returns true if the Nth mailbox is marked.

Function IsSelectable(ByVal index As Integer) As Boolean

Returns true if the Nth mailbox is selectable.