How to detect flag event from vba?
On Dec 17, 7:25*pm, "Ken Slovak - [MVP - Outlook]"
wrote:
It's the ItemChange event of the Items collection of the folder, as I said
originally. Look in the Object Browser for the Items collection and look at
its events.
--
Ken Slovak
[MVP - Outlook]http://www.slovaktech.com
Author: Professional Programming Outlook 2007
Reminder Manager, Extended Reminders, Attachment Optionshttp://www.slovaktech.com/products.htm
wrote in message
...
I dont see any itemchange event in thisoutlooksession. Can you
explain with example?
On Dec 13, 8:13 pm, "Ken Slovak - [MVP - Outlook]"
wrote:
You'd have to handle the ItemChange event of the Items collection and
check
to see what was changed. An alternative would be to instantiate event
handlers for any selected or open item and handle the item.PropertyChange
event but that wouldn't get you items flagged from the context menu since
those might not be selected.- Hide quoted text -
- Show quoted text -
I just don't get how to activate that event. for example i want to
show a message box once a mail is flagged.
can you show me how?
|