SyncChangeClientOperation Class

Contains properties of an existing object on the client device that were modified. The changed object is identified by its ServerId element.
Inheritance Hierarchy
SystemObject
  Aspose.Email.Clients.ActiveSync.TransportLayerSyncChangeClientOperation

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

The SyncChangeClientOperation type exposes the following members.

Constructors
  NameDescription
Public methodSyncChangeClientOperation
Initializes a new instance of the SyncChangeClientOperation class.
Public methodSyncChangeClientOperation(String, DataContainer, AirsyncClass)
Initializes a new instance of the SyncChangeClientOperation class.
Properties
  NameDescription
Public propertyApplicationData
ApplicationData contains data for a particular object, such as a contact, email message, calendar appointment, or task item.
Public propertyClass
Identifies the class of the item being added to the collection. Used in server responses only.
Public propertyServerId
Represents a unique identifier that is assigned by the server to each object that can be synchronized.
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