UpdateItemType.ItemChanges Property

Definition

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.

Applies to