Class NotificationEvent
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Represents an event as exposed by push and pull notifications.
public abstract class NotificationEvent
- Inheritance
-
NotificationEvent
- Derived
- Inherited Members
Properties
EventType
Gets the type of this event.
public EventType EventType { get; }
Property Value
OldParentFolderId
Gets the Id of the old parent folder of the item or folder this event applies to. OldParentFolderId is only meaningful when EventType is equal to either EventType.Moved or EventType.Copied. For all other event types, OldParentFolderId is null.
public FolderId OldParentFolderId { get; }
Property Value
ParentFolderId
Gets the Id of the parent folder of the item or folder this event applie to.
public FolderId ParentFolderId { get; }
Property Value
TimeStamp
Gets the date and time when the event occurred.
public DateTime TimeStamp { get; }