EventType enum
Values
- Status → const EventType
-
This event is sent to a client application by push notifications to indicate that the subscription is still alive. [EwsEnum("StatusEvent")] - NewMail → const EventType
-
This event indicates that a new e-mail message was received. [EwsEnum("NewMailEvent")] - Deleted → const EventType
-
This event indicates that an item or folder has been deleted. [EwsEnum("DeletedEvent")] - Modified → const EventType
-
This event indicates that an item or folder has been modified. [EwsEnum("ModifiedEvent")] - Moved → const EventType
-
This event indicates that an item or folder has been moved to another folder. [EwsEnum("MovedEvent")] - Copied → const EventType
-
This event indicates that an item or folder has been copied to another folder. [EwsEnum("CopiedEvent")] - Created → const EventType
-
This event indicates that a new item or folder has been created. [EwsEnum("CreatedEvent")] - FreeBusyChanged → const EventType
-
This event indicates that free/busy has changed. This is only supported in 2010 SP1 or later [RequiredServerVersion(ExchangeVersion.Exchange2010_SP1)] [EwsEnum("FreeBusyChangedEvent")]
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