Appointment.Delete(DeleteMode, SendCancellationsMode) Method

Definition

Deletes this appointment. Calling this method results in a call to Exchange Web Services (EWS).

public:
 void Delete(Microsoft::Exchange::WebServices::Data::DeleteMode deleteMode, Microsoft::Exchange::WebServices::Data::SendCancellationsMode sendCancellationsMode);
public void Delete (Microsoft.Exchange.WebServices.Data.DeleteMode deleteMode, Microsoft.Exchange.WebServices.Data.SendCancellationsMode sendCancellationsMode);

Parameters

deleteMode
DeleteMode

One of the DeleteMode enumeration values that indicates the deletion mode.

sendCancellationsMode
SendCancellationsMode

One of the SendCancellationsMode enumeration values that indicates whether and how cancellations should be sent if this appointment is a meeting.

Applies to