Table of Contents

Class ItemEvent

Namespace
Microsoft.Exchange.WebServices.Data
Assembly
Microsoft.Exchange.WebServices.dll

Represents an event that applies to an item.

public sealed class ItemEvent : NotificationEvent
Inheritance
ItemEvent
Inherited Members

Properties

ItemId

Gets the Id of the item this event applies to.

public ItemId ItemId { get; }

Property Value

ItemId

OldItemId

Gets the Id of the item that was moved or copied. OldItemId is only meaningful when EventType is equal to either EventType.Moved or EventType.Copied. For all other event types, OldItemId is null.

public ItemId OldItemId { get; }

Property Value

ItemId