SelectionOptions enum

LIST-EXTENDED selection options

Inheritance

Constructors

SelectionOptions()
const

Values

specialUse → const SelectionOptions

Includes flags for special-use mailboxes, such as those used to hold draft messages or sent messages.

subscribed → const SelectionOptions

List only subscribed names. Supplements the LSUB command with accurate and complete information.

remote → const SelectionOptions

Shows also remote mailboxes, marked with "\Remote" attribute.

recursiveMatch → const SelectionOptions

Forces the return of information about non matched mailboxes whose children matches the selection options.

Cannot be uses alone or in combination with only the REMOTE option

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<SelectionOptions>
A constant List of the values in this enum, in order of their declaration.