Dart.Mail Namespace : Mailbox Class |
The following tables list the members exposed by Mailbox.
Name | Description | |
---|---|---|
![]() | Capacity | (Inherited from System.Collections.Generic.List<ImapMessage>) |
![]() | Count | (Inherited from System.Collections.Generic.List<ImapMessage>) |
![]() | FirstUnseen | Gets the first unseen message in the mailbox. |
![]() | FullName | Gets or sets the full path name of the mailbox. |
![]() | Imap | Returns the top-level Imap component the Mailbox belongs too. |
![]() | Item | (Inherited from System.Collections.Generic.List<ImapMessage>) |
![]() | Mailboxes | Gets a collection containing all sub-mailboxes in the mailbox. |
![]() | Marked | Gets a value indicating if the mailbox has been "marked." |
![]() | Name | Gets or sets the "short" name of the mailbox, excluding any parent mailbox. |
![]() | Parent | Returns the parent Mailbox in the hierarchy. This is null for root mailboxes. |
![]() | ReadOnly | Gets a value indicating if the mailbox is read-only. |
![]() | Recent | Gets the number of recent messages in the Mailbox. |
![]() | Selectable | Gets a value indicating if the mailbox can be selected. |
![]() | SublevelsAllowed | Gets a value indicating if mailboxes can be created below this mailbox. |
![]() | Tag | Gets or sets an object reference that can be used to associate this instance with any other object. |