Catalyst Internet Mail .NET

InternetMail.MailboxArray.Item Property

Gets the name of a mailbox.

[Visual Basic]
Public Default ReadOnly Property Item( _
   ByVal index As Integer _
) As String
[C#]
public string this[
   int index
] {get;}

Parameters

index
An integer value which specifies the index into the array.

Property Value

A string which specifies the name of a mailbox.

See Also

InternetMail.MailboxArray Class | SocketTools Namespace