Catalyst Internet Mail .NET

InternetMail.Mailboxes Property

Gets the number of mailboxes available on the server.

[Visual Basic]
Public ReadOnly Property Mailboxes As Integer
[C#]
public int Mailboxes {get;}

Property Value

An integer value which specifies the number of available mailboxes.

Remarks

The Mailboxes property returns the total number of mailboxes available to the current account on the server. This property can be used in conjunction with the Mailbox array to enumerate the names of all of the mailboxes which can be selected by the client.

See Also

InternetMail Class | SocketTools Namespace