Appointment.Delete(DeleteMode, SendCancellationsMode) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.