ResponseActions enum
Values
- Accept → const ResponseActions
-
No action can be taken. The item can be accepted. - TentativelyAccept → const ResponseActions
-
The item can be tentatively accepted. - Decline → const ResponseActions
-
The item can be declined. - Reply → const ResponseActions
-
The item can be replied to. - ReplyAll → const ResponseActions
-
The item can be replied to. - Forward → const ResponseActions
-
The item can be forwarded. - Cancel → const ResponseActions
-
The item can be cancelled. - RemoveFromCalendar → const ResponseActions
-
The item can be removed from the calendar. - SuppressReadReceipt → const ResponseActions
-
The item's read receipt can be suppressed. - PostReply → const ResponseActions
-
A reply to the item can be posted.
Properties
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<
ResponseActions> - A constant List of the values in this enum, in order of their declaration.