Class GetEventsResults
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Represents a collection of notification events.
public sealed class GetEventsResults
- Inheritance
-
GetEventsResults
- Inherited Members
Properties
AllEvents
Gets the collection of all events.
public Collection<NotificationEvent> AllEvents { get; }
Property Value
- Collection<NotificationEvent>
The events.
FolderEvents
Gets the collection of folder events.
public IEnumerable<FolderEvent> FolderEvents { get; }
Property Value
- IEnumerable<FolderEvent>
The folder events.
ItemEvents
Gets the collection of item events.
public IEnumerable<ItemEvent> ItemEvents { get; }
Property Value
- IEnumerable<ItemEvent>
The item events.