Determine If a message was replied to?

S

-=Sojourn=-

Is there a way to determine if an email message was replied to in
Outlook 2003?

Thanks!
 
D

Dmitry Streblechenko

Not using OOM - in Extended MAPI/CDO 1.21/Redemption you'd need to read the
PR_LAST_VERB_EXECUTED Extended MAPI property (0x10810003) and check if it is
equal to EXCHIVERB_REPLYTOSENDER (102) or EXCHIVERB_REPLYTOALL (103).

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

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