ItemChange Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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. |