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
<XmlArrayItemAttribute("ItemChange", Namespace:="https://schemas.microsoft.com/exchange/services/2006/types", IsNullable:=False)> _
Public Property ItemChanges As ItemChangeType()
[XmlArrayItemAttribute("ItemChange", Namespace="https://schemas.microsoft.com/exchange/services/2006/types", IsNullable=false)]
public ItemChangeType[] ItemChanges { get; set; }
[XmlArrayItemAttribute(L"ItemChange", Namespace=L"https://schemas.microsoft.com/exchange/services/2006/types", IsNullable=false)]
public:
property array<ItemChangeType^>^ ItemChanges {
array<ItemChangeType^>^ get ();
void set (array<ItemChangeType^>^ value);
}
/** @property */
public ItemChangeType[] get_ItemChanges ()
/** @property */
public void set_ItemChanges (ItemChangeType[] value)
public function get ItemChanges () : ItemChangeType[]
public function set ItemChanges (value : 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.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)
See Also