views:

20

answers:

0

I have an Outlook 2007 plugin that sends AppointmentItem information to a backend server. One problem that I am seeing is that when a User creates an appointment not all of the Receipients are present in the AppointmentItem object.

What is the best way to retrieve recipients for a an AppointmentItem so that I can ensure that I am sending an accurate list of meeting participants to my backend server.

Thanks