Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Gavin,
This question would be better off in an Outlook programming group, but a cursory search of the archives says: Subject: 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. -- Neo [MVP-Outlook] HTH, Bernie Excel MVP "Gavin Smith" wrote in message ... 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
"Object doesn't support this property or method" in Excel 2003 | Excel Discussion (Misc queries) | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
isna vlookup returning"0" instead of " " | Excel Worksheet Functions | |||
Returning a distance from a tabel, given "from" and "To"? | Excel Worksheet Functions | |||
"Select Column method or property not available because some/all of object doesn't refer to table" | Excel Programming |