EventType enum

Defines the types of event that can occur in a folder.
Inheritance

Constructors

EventType()
const

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