Outlook 2000 Object Model

  • Thread starter Thread starter Douglas Biddle
  • Start date Start date
D

Douglas Biddle

Is there a way to programmatically access the recipients'
voting responses contained in the "Tracking" tab of the
sent items message?

I am trying to get these responses into an Access table
without having to manually copy and paste.

Thanks,
Douglas
 
Dmitry,

I sent this to your e-mail address instead of posting a
new message. Sorry if I shouldn't have done this.

From what you have sent me, I see that I should be able to
loop through the recipients collection of the sent message
and determine who has voted and when. Do you know if
their is a property that will return the actual reply
(i.e. Approve / Reject).

Thanks for the help,
Douglas
 
Recipient.TrackingStatus should do the job. To access the text description,
use Recipient.AutoResponse

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