Finding out who has responded to a meeting item

  • Thread starter Thread starter ktcox
  • Start date Start date
K

ktcox

I have a app that reads a database and creates an appointment based o
the results. I can send the appointment to the users who are require
to attend but I want to find out who has responded to the meetin
request. I have been searching for the property that holds thi
information but haven't had any luck. Any information would b
appreciated
 
Outlook Object Model - Recipient.MeetingResponseStatus
Extended MAPI - read the PR_RECIPIENT_TRACKSTATUS (0x5FFF0003) from the
appointment recipients table.

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