SyncOperationsResponse Class

Contains responses to operations such as Add, Fetch, Change that are processed by the server. The response contains a status code and other information, depending on the operation.
Inheritance Hierarchy
SystemObject
  Aspose.Email.Clients.ActiveSync.TransportLayerSyncOperationsResponse

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

The SyncOperationsResponse type exposes the following members.

Constructors
  NameDescription
Public methodSyncOperationsResponse
Initializes a new instance of the SyncOperationsResponse class
Properties
  NameDescription
Public propertyAdd
List of objects that indicates that a new object has to be created in a collection.
Public propertyChange
List of objects that indicates that a object has to be modified in a collection.
Public propertyFetch
List of fetched objects
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