Cancel Method
A version of this page is also available for
4/8/2010
In the Outlook Object Model, to send a Meeting-Request cancellation, you must first set the MeetingStatus to OlMeetingStatus::olMeetingCanceled. In the Pocket Outlook Object Model (POOM), IAppointment::get_MeetingStatus is read-only property, so IAppointment::Cancel was added to send a Meeting-Request cancellation. To delete a Meeting from the Calendar, call IAppointment::Delete.
See Also
Other Resources
Differences Between the Pocket Outlook Object Model and the Outlook Object Model
Pocket Outlook Object Model Application Development