G
Guest
hello all!
I got the weirdest of problems.
I'm using VBA in Outlook 2003 to trap incoming mail.
Yesterday I had some code using Application_NewMail() working perfectly.
This morning the code does not execute because the event doesn't fire. I
switched the code to Application_NewMailEx() but this event will not fire
either.
I tried to test Application_MAPILogonComplete() with a single msgbox "hello
world". The event worked fine the first time but then I rebboted thinking i
had some weird bug. When i restarted my Outlook after that boot,
Application_MAPILogonComplete() didn't fire and still won't. I'm I missing
something. I got plenty of exeprience working Acces, Excel and Work but its
my first job on Outlook and right now its not looking well.
I got the weirdest of problems.
I'm using VBA in Outlook 2003 to trap incoming mail.
Yesterday I had some code using Application_NewMail() working perfectly.
This morning the code does not execute because the event doesn't fire. I
switched the code to Application_NewMailEx() but this event will not fire
either.
I tried to test Application_MAPILogonComplete() with a single msgbox "hello
world". The event worked fine the first time but then I rebboted thinking i
had some weird bug. When i restarted my Outlook after that boot,
Application_MAPILogonComplete() didn't fire and still won't. I'm I missing
something. I got plenty of exeprience working Acces, Excel and Work but its
my first job on Outlook and right now its not looking well.