SyncCollectionResponse Class

Class contains commands and options that apply to a Sync response.
Inheritance Hierarchy
SystemObject
  Aspose.Email.Clients.ActiveSync.TransportLayerSyncCollectionResponse

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

The SyncCollectionResponse type exposes the following members.

Constructors
  NameDescription
Public methodSyncCollectionResponse
Initializes a new instance of the SyncCollectionResponse class
Properties
  NameDescription
Public propertyClass
Identifies the class of the item being added to the collection. Uses when the protocol version is 12.1 only.
Public propertyCollectionId
Specifies the server ID of the folder to be synchronized.
Public propertyCommands
Contains operations that apply to a collection. Available operations are Add, Delete, Change, SoftDelete.
Public propertyMoreAvailable
Indicates there are more changes than the number that are requested in the WindowSize element. In Exchange 2007, the server sends Sync response messages containing the MoreAvailable and between zero (0) and WindowSize schema changes when it encounters elements external to the protocol.
Public propertyResponses
Contains responses to operations such as Add, Fetch, Change that are processed by the server.
Public propertyStatus
Indicates the status of the command operation
Public propertySyncKey
SyncKey value is used by the server to mark the synchronization state of a collection. A synchronization key of value 0 (zero) initializes the synchronization state on the server and causes a full synchronization of the collection.
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