Msg Processing in OL2003

  • Thread starter Thread starter gamename
  • Start date Start date
G

gamename

Hi,

I have a set of routines that replace the rules in outlook. For some
reason, when I first start OL, the code will not work until the
following is done:

1) open Tools->Macro->Visual Basic Editor

2) Place my cursor on "Applicaton_Startup()" in the source file

3) Do Run->Run Sub/UserForm

After that, message processing works fine until the next OL restart.

Is there any way to have the code automatically load when OL starts?

TIA,
-T
 
How does a UserForm come into play here?

For code that always needs to run when Outlook starts it's usually best to
develop it as a COM Add-In.
 
Eric said:
How does a UserForm come into play here?

For code that always needs to run when Outlook starts it's usually best to
develop it as a COM Add-In.

OK. Can you point me to the docs for doing that?

TIA,
-T
 
Back
Top