SocketTools .NET Edition

ImapClient.MailboxArray Class

The class used to return the available mailboxes for the current user.

For a list of all members of this type, see ImapClient.MailboxArray Members.

System.Object
   SocketTools.ImapClient.MailboxArray

[Visual Basic]
<DefaultMember(MemberName:="Item")>
Public Class ImapClient.MailboxArray
[C#]
[DefaultMember(MemberName="Item")]
public class ImapClient.MailboxArray

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

The MailboxArray class returns the available mailboxes for the current user. A read-only instance of this class is created by the class constructor and accessed using the Mailbox array.

Requirements

Namespace: SocketTools

Assembly: SocketTools.ImapClient (in SocketTools.ImapClient.dll)

See Also

ImapClient.MailboxArray Members | SocketTools Namespace