MailboxFlag enum

Contains common flags for mailboxes

Inheritance

Constructors

MailboxFlag()
const

Values

marked → const MailboxFlag

a marked mailbox

unMarked → const MailboxFlag

a not marked mailbox

hasChildren → const MailboxFlag

a mailbox with other mailboxes inside

hasNoChildren → const MailboxFlag

a mailbox leaf

noSelect → const MailboxFlag

a mailbox that cannot be selected

select → const MailboxFlag

a mailbox that can be selected

noInferior → const MailboxFlag

a mailbox without inferiors boxes

subscribed → const MailboxFlag

the user has subscribed this mailbox

remote → const MailboxFlag

this mailbox is at a remote service

nonExistent → const MailboxFlag

this mailbox does not exist

all → const MailboxFlag

this mailbox contains all messages

inbox → const MailboxFlag

this mailbox is the inbox

sent → const MailboxFlag

this mailbox contains sent messages

drafts → const MailboxFlag

this mailbox contains draft messages

junk → const MailboxFlag

this mailbox contains junk messages

trash → const MailboxFlag

this mailbox contains deleted messages

archive → const MailboxFlag

this mailbox contains archived messages

flagged → const MailboxFlag

this mailbox contains flagged messages

virtual → const MailboxFlag

a virtual, not existing mailbox

Compare Mailbox.virtual

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<MailboxFlag>
A constant List of the values in this enum, in order of their declaration.