SyncFolderItemsCreateOrUpdateType Class
The SyncFolderItemsCreateOrUpdateType class represents a single item to create or update in the local client store.
Inheritance Hierarchy
System.Object
ExchangeWebServices.SyncFolderItemsCreateOrUpdateType
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class SyncFolderItemsCreateOrUpdateType
'Usage
Dim instance As SyncFolderItemsCreateOrUpdateType
[SerializableAttribute]
public class SyncFolderItemsCreateOrUpdateType
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