Outlook events will not fire

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.
 
M

Michael Bauer

Am Thu, 27 Apr 2006 08:48:01 -0700 schrieb Alex:

The NewMail event doens´t fire for each incoming item. Please use the Inbox´
ItemAdd event instead.
 
G

Guest

Well what do you it seems it worked!!
[dances happily around the office]

Thanx Michael!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top