View Single Post
  #2  
Old April 13th 09, 11:06 AM posted to microsoft.public.outlook.program_addins
Slaffko
external usenet poster
 
Posts: 2
Default Get all incoming emails before they puts in inbox.

I've solved this problem using Outlook::ItemsEvents::ItemAdd event.

"Slaffko" wrote:

Hello!
My problem is to get all e-mails and make some actions on it before they
appears in inbox. How can I do this?

The Applicaiton::NewMail handler is not applicable because it handles one
time for any count of messages received at one session. And user can read all
messages before check.


Ads