Table of Contents

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

EventType

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

FolderId

ParentFolderId

Gets the Id of the parent folder of the item or folder this event applie to.

public FolderId ParentFolderId { get; }

Property Value

FolderId

TimeStamp

Gets the date and time when the event occurred.

public DateTime TimeStamp { get; }

Property Value

DateTime