Replied email

  • Thread starter Thread starter news.microsoft.com
  • Start date Start date
N

news.microsoft.com

how will i come to know whether a mail has been replied or not in
Outlook2000 using
VBA? Thanks a lot!
 
Am Sat, 19 Nov 2005 15:43:33 -0800 schrieb news.microsoft.com:

You could use Redemption (www.dimastr.com) or CDO to read the
PR_LAST_VERB_EXECUTED PROPERTY. But as it is named the property stores the
last action only. If you reply to a message and then forward it e.g. then
the info for the forst action is lost.
 
Thanks very much. I got it!

Michael Bauer said:
Am Sat, 19 Nov 2005 15:43:33 -0800 schrieb news.microsoft.com:

You could use Redemption (www.dimastr.com) or CDO to read the
PR_LAST_VERB_EXECUTED PROPERTY. But as it is named the property stores the
last action only. If you reply to a message and then forward it e.g. then
the info for the forst action is lost.
 
Back
Top