SyncFetchResponse

SyncFetchResponse class

Requests the application data of an item that was truncated in a synchronization response from the server.

public class SyncFetchResponse : SyncOperationResponse

Constructors

Name Description
SyncFetchResponse() The default constructor.

Properties

Name Description
ApplicationData { get; } ApplicationData contains data for a particular object, such as a contact, email message, calendar appointment, or task item.
ServerId { get; set; } Represents a unique identifier that is assigned by the server to each object that can be synchronized.
Status { get; set; } Indicates the result of the operation. Used in server responses only.

See Also