Tracking Read/Unread changes

J

Joe

What's the best way (from an Outlook add-on) to track when a message
changes it's read state other than setting up a notify event for each
message?
 
K

Ken Slovak - [MVP - Outlook]

You can instantiate an Items collection for any folder and declare it
WithEvents. Once you do that you can handle the ItemChange event for all
items in that Items collection.
 

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