UpdateItemType.ItemChanges Property
The ItemChanges property gets or sets an array of item changes. This property is required. This is a read/write property.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property ItemChanges As ItemChangeType()
Get
Set
'Usage
Dim instance As UpdateItemType
Dim value As ItemChangeType()
value = instance.ItemChanges
instance.ItemChanges = value
public ItemChangeType[] ItemChanges { get; set; }
Property Value
Type: []
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.
See Also