GetItemResponse Class

Definition

Represents a response to an individual item retrieval operation.

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

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

Gets the item that was retrieved.

Result

Gets the result associated with this response.

(Inherited from ServiceResponse)

Applies to