SyncFolderItemsResponse Class

Definition

Represents the response to a folder items synchronization operation.

public ref class SyncFolderItemsResponse sealed : Microsoft::Exchange::WebServices::Data::SyncResponse<Microsoft::Exchange::WebServices::Data::Item ^, Microsoft::Exchange::WebServices::Data::ItemChange ^>
public sealed class SyncFolderItemsResponse : Microsoft.Exchange.WebServices.Data.SyncResponse<Microsoft.Exchange.WebServices.Data.Item,Microsoft.Exchange.WebServices.Data.ItemChange>
Public NotInheritable Class SyncFolderItemsResponse
Inherits SyncResponse(Of Item, ItemChange)
Inheritance

Properties

Changes

Gets a list of changes that occurred on the synchronized folder.

(Inherited from SyncResponse<TServiceObject,TChange>)
ErrorCode

Gets the error code associated with this response.

(Inherited from ServiceResponse)
ErrorDetails

Gets error details associated with the response.

(Inherited from ServiceResponse)
ErrorMessage

Gets a detailed error message associated with the response.

(Inherited from ServiceResponse)
ErrorProperties

Gets information about property errors associated with the response.

(Inherited from ServiceResponse)
Result

Gets the result associated with this response.

(Inherited from ServiceResponse)

Applies to