Provides access to status information such as the total number of messages and quota information for a mailbox.

Namespace: S22.Imap
Assembly: S22.Imap (in S22.Imap.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

C#
[SerializableAttribute]
public class MailboxInfo

Remarks

The terms "mailbox" and "folder" can be used interchangeably and refer to the IMAP concept of multiple server-side directories into which messages can be stored (such as "Inbox", "Sent Items", "Trash", etc.).

Inheritance Hierarchy

System..::..Object
  S22.Imap..::..MailboxInfo

See Also