Table of Contents

Class UpdateItemResponse

Namespace
Microsoft.Exchange.WebServices.Data
Assembly
Microsoft.Exchange.WebServices.dll

Represents the response to an individual item update operation.

public sealed class UpdateItemResponse : ServiceResponse
Inheritance
UpdateItemResponse
Inherited Members

Properties

ConflictCount

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

public int ConflictCount { get; }

Property Value

int

ReturnedItem

Gets the item that was returned by the update operation. ReturnedItem is set only when a recurring Task is marked as complete or when its recurrence pattern changes.

public Item ReturnedItem { get; }

Property Value

Item