Returning the "You replied to this email on.." property from Outlook

G

Gavin Smith

Hi,

I'm trying to write some code that will loop through all
the messages in a particular MS Outlook folder and return,
for each mail item, the date received and the date replied
to. I can get the receieved value, but not the replied on
value, which appears when you open a replied-to item in a
yellow strip at the top of the mail reading

"You replied to this email on" <date>

Anyone got any ideas?

Cheers

Gavin
 
B

Bernie Deitrick

Gavin,

This question would be better off in an Outlook programming group, but a cursory search of the archives says:
Subject: Re: How can I get the reply date of a replied message?
The values are not exposed in the Outlook Object Model. However, by looking
at OutlookSpy, you might be able to access the date by using some
undocumented calls using CDO. Start by review
http://www.cdolive.com/cdo10.htm to see if you might be game.

HTH,
Bernie
Excel MVP
 

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