SyncCollectionResponse

SyncCollectionResponse class

Class contains commands and options that apply to a Sync response.

public class SyncCollectionResponse

Constructors

Name Description
SyncCollectionResponse() The default constructor.

Properties

Name Description
Class { get; set; } Identifies the class of the item being added to the collection. Uses when the protocol version is 12.1 only.
CollectionId { get; set; } Specifies the server ID of the folder to be synchronized.
Commands { get; set; } Contains operations that apply to a collection. Available operations are Add, Delete, Change, SoftDelete.
MoreAvailable { get; set; } 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.
Responses { get; set; } Contains responses to operations such as Add, Fetch, Change that are processed by the server.
Status { get; set; } Indicates the status of the command operation
SyncKey { get; set; } 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.

See Also