Outlook Appointment Contacts

H

Hotwheels

With an OutlookAppointment Object how do I get a list of Contacts that are
attached to the Appointment Object. At the bottom Appointment interface you
can add contacts to the Appointment. But I cannot figure out how to access
them using the Appointmet object.

An example piece of code would be helpful.

Thanks
Mike
 
J

JP

The Recipients Property should return a collection of recipients
associated with that item.

HTH,
JP
 
H

Hotwheels

The Recipients only holds the required and opptionial attendies. In Outlook
2003 there is the ability to add contacts from your contact folder to an
appointment at the bottom of the form. How do I access those? The taskItem
object has ContactNames to access them but the appointment does not have an
object like that.

Mike
 
Top