MoveCopyFolderResponse Class

Definition

Represents the base response class for individual folder move and folder copy operations.

public ref class MoveCopyFolderResponse sealed : Microsoft::Exchange::WebServices::Data::ServiceResponse
public sealed class MoveCopyFolderResponse : Microsoft.Exchange.WebServices.Data.ServiceResponse
Public NotInheritable Class MoveCopyFolderResponse
Inherits ServiceResponse
Inheritance
MoveCopyFolderResponse

Properties

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)
Folder

Gets the new (moved or copied) folder.

Result

Gets the result associated with this response.

(Inherited from ServiceResponse)

Applies to