SyncCommandsResponse Class

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

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

The SyncCommandsResponse type exposes the following members.

Constructors
  NameDescription
Public methodSyncCommandsResponse
Initializes a new instance of the SyncCommandsResponse class
Properties
  NameDescription
Public propertyAdd
Contains the list of responses to add operations.
Public propertyChange
Contains the list of responses to update operations.
Public propertyDelete
Contains the list of responses to delete operations.
Public propertySoftDelete
Contains the list of responses to delete 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