Clear Flag on Select

  • Thread starter Thread starter Voyager
  • Start date Start date
V

Voyager

Hi,

I have Outlook setuop so that when I click on a new message, after 1
second it marks it as read. Is there a way to trigger a macro to also
clear the message's flag while marking it as read? I automatically
flag mew messages in order to meet another sorting need. But I need
them to be unflagged once I click on the messages and a second passes.
If you could tell me how to do this, that would be so great.
Thanks
H
 
You could capture the selection event in Outlook using a COM Add-in and use
a timer as well. It may get hairy though to figure out if you're still on
the same message a second later, etc. It's possible though.

Tom
 
Back
Top