SyncChangeClientOperation
Contents
[
Hide
]
SyncChangeClientOperation()
Initializes a new instance of the SyncChangeClientOperation class.
public SyncChangeClientOperation()
See Also
- class SyncChangeClientOperation
- namespace Aspose.Email.Clients.ActiveSync.TransportLayer
- assembly Aspose.Email
SyncChangeClientOperation(string, DataContainer, AirsyncClass)
Initializes a new instance of the SyncChangeClientOperation class.
public SyncChangeClientOperation(string serverId, DataContainer applicationData,
AirsyncClass aClass)
Parameter | Type | Description |
---|---|---|
serverId | String | Represents a unique identifier that is assigned by the server to each object that can be synchronized. |
applicationData | DataContainer | ApplicationData contains data for a particular object, such as a contact, email message, calendar appointment, or task item. |
aClass | AirsyncClass | Identifies the class of the item being added to the collection. |
See Also
- class DataContainer
- enum AirsyncClass
- class SyncChangeClientOperation
- namespace Aspose.Email.Clients.ActiveSync.TransportLayer
- assembly Aspose.Email