Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
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_MeetingStatusis read-only property, so IAppointment::Cancelwas added to send a Meeting-Request cancellation. To delete a Meeting from the Calendar, call IAppointment::Delete.

See Also