Appointment cancellations and updates

A

asaf lahav

Hi everyone,
An Add-in i built creates meetings and sends each to many recipients.
After the meeting was sent i need to sent a meeting cancellation to several
of the recipients and an update to other recipients.

Illustration:
(meeting creation)
1. create appointment
2. add recipients
3. send meeting

(here is where i need your help)
Now after the meeting was sent i need to send a cancellation to some of the
recipients list and an update to the rest of the list.

I'm using Demitry's redemption to handle the outlook object model.

I would realy appreciate any help.
Code samples are prefered.

Thanks in advance,
Asaf
 
D

Dmitry Streblechenko \(MVP\)

Cancelations are a problem - unlike Outlook, Redemption does not know that
some recipients were deleted and only sends an update to the recipients that
remain in the appointment. Outlook, on the other hand, does remember the
original recipients list and can send the meeting cancelations. Redemption
does not have access to that list.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
 
A

asaf lahav

Hi Dmitry,

Is there anyway to use redemtion and send a meeting cancellations?
Maybe something like changing the messageclass and the meeting status and
then send the message...
Please help
Asaf
 
Top