M
Mark Rae
Hi,
I'm trying to use Outlook 2003's Application_NewMailEx event to copy all
incoming messages into various folders etc.
I've pretty much lifted the code directly from here:
http://msdn.microsoft.com/library/d...n-us/odc_ol2003_ta/html/odc_OLWhatsNew2k3.asp
The actual mechanism certainly works, but intermittently it won't pick up
one or more of the incoming messages.
E.g. if there is only one incoming message, then it works perfectly.
However, if there are quite a few, as is common when I launch Outlook first
thing in the morning and there could be up to 50 new emails, then typically
this event seems to process only about 80% of them at random.
Is this a known issue? Would I be better off using the ItemAdd event
instead?
Any assistance gratefully received.
Mark
I'm trying to use Outlook 2003's Application_NewMailEx event to copy all
incoming messages into various folders etc.
I've pretty much lifted the code directly from here:
http://msdn.microsoft.com/library/d...n-us/odc_ol2003_ta/html/odc_OLWhatsNew2k3.asp
The actual mechanism certainly works, but intermittently it won't pick up
one or more of the incoming messages.
E.g. if there is only one incoming message, then it works perfectly.
However, if there are quite a few, as is common when I launch Outlook first
thing in the morning and there could be up to 50 new emails, then typically
this event seems to process only about 80% of them at random.
Is this a known issue? Would I be better off using the ItemAdd event
instead?
Any assistance gratefully received.
Mark