Catalyst Internet Mail .NET

InternetMail.MailboxArray Class

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

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

System.Object
   SocketTools.InternetMail.MailboxArray

[Visual Basic]
<DefaultMember(MemberName:="Item")>
Public Class InternetMail.MailboxArray
[C#]
[DefaultMember(MemberName="Item")]
public class InternetMail.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.InternetMail (in SocketTools.InternetMail.dll)

See Also

InternetMail.MailboxArray Members | SocketTools Namespace