Determine If a message was replied to?

  • Thread starter Thread starter -=Sojourn=-
  • Start date Start date
S

-=Sojourn=-

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

Thanks!
 
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
 
Back
Top