Edit

Share via


UpdateItemResponse.ReturnedItem Property

Definition

Gets the item that was returned by the update operation.

public:
 property Microsoft::Exchange::WebServices::Data::Item ^ ReturnedItem { Microsoft::Exchange::WebServices::Data::Item ^ get(); };
public Microsoft.Exchange.WebServices.Data.Item ReturnedItem { get; }
Public ReadOnly Property ReturnedItem As Item

Property Value

An Item object.

Remarks

ReturnedItem is set only when a recurring Task is marked as complete or when its recurrence pattern changes.

Applies to