event after marking a mail with a colorflag?

H

holder

hi
is there a possibility to move a mail automatically into another folder if
you mark it with a colour?
i thought about an event for marking emails, but i dunno if this exists.
im pleased with every hint and trick.
thanks
 
K

Ken Slovak - [MVP - Outlook]

The item.PropertyChange() event will fire a few times after you set a flag
on an item. You can check for the Name string property passed to
PropertyChange() and if it's FlagStatus or FlagRequest you know that a flag
property was changed.
 
Top