I would like to run some Outlook rule, which will be run than user moves a message from Inbox to some folder.
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
It seems I found an answer to my own question :) I have to define the following macro and do that I want in myOlItems_ItemAdd method
|
|||
|
|
|
Outlook provides a predefined list of events that can trigger a rule to fire. If you cannot find one that will do what you want younare probably out of luck. While I suspect you can write your own COM plugin for this it is not for the average person. |
|||
|
|