ViewFilter enum
Values
- All → const ViewFilter
-
Show all item (no filter) [RequiredServerVersion(ExchangeVersion.Exchange2013)] - Flagged → const ViewFilter
-
Item has flag [RequiredServerVersion(ExchangeVersion.Exchange2013)] - HasAttachment → const ViewFilter
-
Item has attachment [RequiredServerVersion(ExchangeVersion.Exchange2013)] - ToOrCcMe → const ViewFilter
-
Item is to or cc me [RequiredServerVersion(ExchangeVersion.Exchange2013)] - Unread → const ViewFilter
-
Item is unread [RequiredServerVersion(ExchangeVersion.Exchange2013)] - TaskActive → const ViewFilter
-
Active task items [RequiredServerVersion(ExchangeVersion.Exchange2013)] - TaskOverdue → const ViewFilter
-
Overdue task items [RequiredServerVersion(ExchangeVersion.Exchange2013)] - TaskCompleted → const ViewFilter
-
Completed task items [RequiredServerVersion(ExchangeVersion.Exchange2013)] - Suggestions → const ViewFilter
-
Suggestions (aka Predicted Actions) from the Inference engine [RequiredServerVersion(ExchangeVersion.Exchange2013)] - SuggestionsRespond → const ViewFilter
-
Respond suggestions [RequiredServerVersion(ExchangeVersion.Exchange2013)] - SuggestionsDelete → const ViewFilter
-
Delete suggestions [RequiredServerVersion(ExchangeVersion.Exchange2013)]
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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<
ViewFilter> - A constant List of the values in this enum, in order of their declaration.