Compartir a través de


ItemChangeType.Updates Property

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

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property Updates As ItemChangeDescriptionType()
    Get
    Set
'Usage
Dim instance As ItemChangeType
Dim value As ItemChangeDescriptionType()

value = instance.Updates

instance.Updates = value
public ItemChangeDescriptionType[] Updates { get; set; }

Property Value

Type: []

Remarks

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