Task.DeleteCurrentOccurrence(DeleteMode) Method

Definition

Deletes the current occurrence of a recurring task. After the current occurrence isdeleted, the task represents the next occurrence. Developers should call Load to retrieve the new property values of the task. Calling this method results in a call to EWS.

public:
 void DeleteCurrentOccurrence(Microsoft::Exchange::WebServices::Data::DeleteMode deleteMode);
public void DeleteCurrentOccurrence (Microsoft.Exchange.WebServices.Data.DeleteMode deleteMode);

Parameters

deleteMode
DeleteMode

The deletion mode.

Applies to