UpdateItemResponse Class

Definition

Represents the response to an individual item update operation.

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

Properties

ConflictCount

Gets the number of property conflicts that were resolved during the update operation.

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

Gets the item that was returned by the update operation.

Applies to