Catalyst Internet Mail .NET

InternetMail.Mailbox Field

Gets the names of the available mailboxes for the current user.

[Visual Basic]
Public ReadOnly Mailbox As MailboxArray
[C#]
public readonly MailboxArray Mailbox;

Remarks

The Mailbox array is used to enumerate the available mailboxes on the IMAP server. This is a zero-based array, which means that the index value for the first mailbox is zero. The total number of mailboxes that are available on the server is returned by the Mailboxes property.

See Also

InternetMail Class | SocketTools Namespace