ItemChange.Item Property

Definition

Gets the item that the change applies to.

public:
 property Microsoft::Exchange::WebServices::Data::Item ^ Item { Microsoft::Exchange::WebServices::Data::Item ^ get(); };
public Microsoft.Exchange.WebServices.Data.Item Item { get; }
Public ReadOnly Property Item As Item

Property Value

The item that the change applies to.

Remarks

Item is a null reference (Nothing in Visual Basic) when the ChangeType property has a value of either ChangeType.Delete or ChangeType.ReadFlagChange. In either of those cases, use the ItemId property to retrieve the identifier of the item that was deleted or for which the IsRead property was changed.

Applies to