Task.Update(ConflictResolutionMode) Method

Definition

Applies the local changes that have been made to this task. Calling this method results in at least one call to EWS. Mutliple calls to EWS might be made if attachments have been added or removed.

public:
 Microsoft::Exchange::WebServices::Data::Task ^ Update(Microsoft::Exchange::WebServices::Data::ConflictResolutionMode conflictResolutionMode);
public Microsoft.Exchange.WebServices.Data.Task Update (Microsoft.Exchange.WebServices.Data.ConflictResolutionMode conflictResolutionMode);

Parameters

conflictResolutionMode
ConflictResolutionMode

Specifies how conflicts should be resolved.

Returns

A Task object representing the completed occurrence if the task is recurring and the update marks it as completed; or a Task object representing the current occurrence if the task is recurring and the update changed its recurrence pattern; or null in every other case.

Applies to