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

  • Thread starter Thread starter Gavin Smith
  • Start date Start date
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
 
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
 
Back
Top