Cancel a meeting in outlook

J

Julio Carvajal

I cancel appointment meeting with this instruction:
myAppt.MeetingStatus = OlMeetingStatus.olMeetingCanceled;
myAppt.Send()
myAppt.olMeeting.Delete()

How do I cancel an appointment in outlook such that is sends the
cancel notice too the meeting attendees.
appointmentItem.Delete does
delete it but does not notify other attendees, and with Send I have the
next problem:

When I do this manually Outlook sends and email with "Cancelled: <subj>" ;
with
my program it sends and email with "Updated: <subj>".

Please, Help me!!!

Very Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top