Send a cancellation of a meeting request.
| C# | Visual Basic |
public void Cancel()
Public Sub Cancel
Note that if you call the Delete()()()() method instead of the Cancel method,
the Appointment will be deleted, but cancellation mail will not be sent to recipients.
Call the Cancel method first if you want to send a cancellation message.
Note that this method will not delete the appointment from your Calendar, it only sends a cancellation message.
If you want to delete the Appointment, you should call Delete()()()() after calling Cancel.