Change Notification in outlook

S

Subir

Hi,

I am working on a code to get a notification as soon as something new
arrives in outlook or some setting is changed in it. Does anyone has
any reference or any code sample which does something related to this.
Thanks.

Subir.
 
E

Eric Legault [MVP - Outlook]

You can use the Application_NewMail event in the ThisOutlookSession module of
the VBA editor to easily create notification messages.

The Rules Wizard also has options to automatically display a dialog when new
mail arrives, and Outlook 2003 adds Desktop Alerts (those toast windows) that
you can have automatically displayed as well.
 
Top