SyncFolderItemsChangesType Class
The SyncFolderItemsChangesType class contains a sequenced array of change types that describe the differences between the items on the client and the items on the Exchange server.
Inheritance Hierarchy
System.Object
ExchangeWebServices.SyncFolderItemsChangesType
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class SyncFolderItemsChangesType
'Usage
Dim instance As SyncFolderItemsChangesType
[SerializableAttribute]
public class SyncFolderItemsChangesType
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.
See Also