Sending personalized invitations

R

regain

Hi all,

We are facing the following problem: we try to send personalized
invitations for a meeting. Each participant will receive an invitation
with their own identification code. Unfortunately, we saw that Outlook
does not offer this feature. So we try to circumvent it in the
ItemSend event by:

1. creating a MailMessage object in the vcalendar format and sending
it to each attendee
2. telling Outlook to cancel the sending and launching a timer that
will execute the following operations :
3. putting the "InvitationSent" flag to true ({00062002-0000-0000-
C000-000000000046}, 0x8229) as saw with OutlookSpy
4. closing the inspector

Invitations are sent correctly, their response connect with the
meeting (the inbox sniffer finds the correct meeting) but the meeting
does not have the tab that show the attendee status.

Do you know a way to tell Outlook that invitation were sent ?

Thanks !

Olivier Guérin
GFI Informatique
 

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