Cancel Method (Windows Embedded CE 6.0)

1/6/2010

In the Outlook Object Model, to send a Meeting-Request cancellation, you must first set the MeetingStatus Property 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