T
tom
I have OL2003 with a project called VbaProject.OTM
It contains a couple Windows API definitions, one or two Private Functions
and a Sub CustomMailMessageRule
For all incoming email, this code is run via a Rule called
Test.ThisOutlookSession.CustomMailMessageRule
How could I change that and what do I need to do to run just VBA code
against all incoming email and *not* run this via a Rule ?
The Rule is set to active (checkbox) via Rules and Alerts.
The reason I ask this is that sometimes, at random, the Rule has some error
(despite On Error Goto) and the
Test.ThisOutlookSession.CustomMailMessageRule is unchecked in Rules and
Alerts and none of the actions in the Sub CustomMailMessageRule are executed
Hope my question is clear.
It contains a couple Windows API definitions, one or two Private Functions
and a Sub CustomMailMessageRule
For all incoming email, this code is run via a Rule called
Test.ThisOutlookSession.CustomMailMessageRule
How could I change that and what do I need to do to run just VBA code
against all incoming email and *not* run this via a Rule ?
The Rule is set to active (checkbox) via Rules and Alerts.
The reason I ask this is that sometimes, at random, the Rule has some error
(despite On Error Goto) and the
Test.ThisOutlookSession.CustomMailMessageRule is unchecked in Rules and
Alerts and none of the actions in the Sub CustomMailMessageRule are executed
Hope my question is clear.