ItemChangeType.Updates Property

Definition

The UpdatesUpdates property gets or sets an array that defines append, set, and delete changes to item properties. This property is required.

public:
 property cli::array <ExchangeWebServices::ItemChangeDescriptionType ^> ^ Updates { cli::array <ExchangeWebServices::ItemChangeDescriptionType ^> ^ get(); void set(cli::array <ExchangeWebServices::ItemChangeDescriptionType ^> ^ value); };
public ExchangeWebServices.ItemChangeDescriptionType[] Updates { get; set; }
Public Property Updates As ItemChangeDescriptionType()

Property Value

Remarks

The updates that are defined by this property are performed on the item that is identified by the ItemId, OccurrenceItemId, or RecurringMasterItemId elements.

Applies to