P
Peter Ritchie
Hi All:
I'm using Outlook 2003 SP1 (11.6359.6408).
I have a fairly simple script that is run on every incoming message.
The first thing I do in this script is On Error Resume Next.
I don't turn exceptions back on (On Error GoTo 0) until the last line of
the script.
With judicious checks on Err.Number and created objects are not Nothing
before accessing them, I still occaisionally get Outlook informing me of
errors in that Rule and disabling it.
What other errors can occur in such a rule and what can be done to handle
them?
Thanks -- Peter
http://www.PeterRitchie.com/
I'm using Outlook 2003 SP1 (11.6359.6408).
I have a fairly simple script that is run on every incoming message.
The first thing I do in this script is On Error Resume Next.
I don't turn exceptions back on (On Error GoTo 0) until the last line of
the script.
With judicious checks on Err.Number and created objects are not Nothing
before accessing them, I still occaisionally get Outlook informing me of
errors in that Rule and disabling it.
What other errors can occur in such a rule and what can be done to handle
them?
Thanks -- Peter
http://www.PeterRitchie.com/