SyncCommandsRequest Class

Contains operations that apply to a collection. Available operations are Add, Delete, Change, Fetch, and SoftDelete.
Inheritance Hierarchy
SystemObject
  Aspose.Email.Clients.ActiveSync.TransportLayerSyncCommandsRequest

Namespace:  Aspose.Email.Clients.ActiveSync.TransportLayer
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class SyncCommandsRequest

The SyncCommandsRequest type exposes the following members.

Constructors
  NameDescription
Public methodSyncCommandsRequest
Initializes a new instance of the SyncCommandsRequest class
Properties
  NameDescription
Public propertyAdd
Contains the list of add operations.
Public propertyChange
Contains the list of update operations.
Public propertyDelete
Contains the list of delete operations.
Public propertyFetch
Contains the list of fetch operations.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also