ItemChange Class

Definition

Represents a change on an item as returned by a synchronization operation.

public ref class ItemChange sealed : Microsoft::Exchange::WebServices::Data::Change
public sealed class ItemChange : Microsoft.Exchange.WebServices.Data.Change
Public NotInheritable Class ItemChange
Inherits Change
Inheritance
ItemChange

Properties

ChangeType

Gets the type of the change of a synchronization event.

(Inherited from Change)
IsRead

Gets a value that indicates whether the item that the change applies to has been read. IsRead is only valid when the ChangeType property is equal to ChangeType.ReadFlagChange.

Item

Gets the item that the change applies to.

ItemId

Gets the identifier of the item that the change applies to.

Applies to