Event on Item Marked as Read in Outlook - Delphi COM Add-in
Posted
by Tao
on Stack Overflow
See other posts from Stack Overflow
or by Tao
Published on 2008-10-09T13:53:44Z
Indexed on
2010/05/17
5:20 UTC
Read the original article
Hit count: 349
I have a Delphi COM Add-in for Outlook (2000-2007) and am trying to find a way to register an event when an MailItem in Outlook is marked as read. I want to add an additional property to the item as/just after it is marked as read.
Does anyone have any idea how to do this using the Outlook Object Model? I am also using Add-In-Express components to help get to additional properties events.
© Stack Overflow or respective owner