SyncFolderHierarchyResponse Class

Definition

Represents the response to a folder synchronization operation.

public ref class SyncFolderHierarchyResponse sealed : Microsoft::Exchange::WebServices::Data::SyncResponse<Microsoft::Exchange::WebServices::Data::Folder ^, Microsoft::Exchange::WebServices::Data::FolderChange ^>
public sealed class SyncFolderHierarchyResponse : Microsoft.Exchange.WebServices.Data.SyncResponse<Microsoft.Exchange.WebServices.Data.Folder,Microsoft.Exchange.WebServices.Data.FolderChange>
Public NotInheritable Class SyncFolderHierarchyResponse
Inherits SyncResponse(Of Folder, FolderChange)
Inheritance
SyncFolderHierarchyResponse

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