View Single Post
  #3  
Old April 28th 06, 04:12 PM posted to microsoft.public.outlook.program_vba
Alex
external usenet poster
 
Posts: 90
Default Outlook events will not fire

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

Thanx Michael!

"Michael Bauer" wrote:

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.

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
-- www.vbOffice.net --


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.


Ads