UpdateItemType.ItemChanges Property
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.
The ItemChanges property gets or sets an array of item changes. This property is required. This is a read/write property.
public:
property cli::array <ExchangeWebServices::ItemChangeType ^> ^ ItemChanges { cli::array <ExchangeWebServices::ItemChangeType ^> ^ get(); void set(cli::array <ExchangeWebServices::ItemChangeType ^> ^ value); };
public ExchangeWebServices.ItemChangeType[] ItemChanges { get; set; }
Public Property ItemChanges As ItemChangeType()
Property Value
The ItemChanges property returns an ItemChangeType array.
Remarks
Each element in the ItemChangeType array corresponds to a single item to be changed in the Exchange database.