How to add Contacts to Appointment?

M

Metal

Hello,

I programmatically create an Appoitment item, set its time, subject, etc.
But I don't know how to add Contacts to this appointment.
(I don't mean Recipients - I don't want to sent any mails or invite
anybowy).

In the outlook window, when creating an appointment there is a button (at
the bottom of window), so I can add some contacts (I schedule the
appointment with them).

How to add it from code?

Thanks very much... I've given up :(((

Metal
 
S

Sue Mosher [MVP-Outlook]

myAppt.Links.Add theContactItem

Links.Add takes a ContactItem as its parameter.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 

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