Sending Appointment Cancellations

R

ReturnService

I have a VBA application that automates creating meeting requests. I a
able to create the appointment items, send out invitations, etc
without any problems. I am even able to change anything about th
meeting and send updates to all recipients via code.

The problem I am having is when I want to cancel the meeting.
change the meeting status to olMeetingCanceled and send it to al
recipients. On the originator's calendar the meeting reflects that i
has been canceled like it should. Each attendee, however, receives a
email with the option to Accept, Decline, etc. There is n
indication that the meeting has been cancelled. The "Remove Fro
Calendar" button doesn't even appear anywhere on the form. To th
attendees it still appears as a valid meeting.

I am using Outlook 2000 SP3 along with Redemption. The code I a
using worked perfectly under Outlook 97. The problem with sendin
meeting cancellations only appeared when I moved to Outlook 2000 an
Redemption.

Any ideas or sample code would be appreciated
 
Top