ApplicationEvents_11_Event.NewMail Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs when one or more new e-mail messages are received in the Inbox.
public:
event Microsoft::Office::Interop::Outlook::ApplicationEvents_11_NewMailEventHandler ^ NewMail;
event Microsoft.Office.Interop.Outlook.ApplicationEvents_11_NewMailEventHandler NewMail;
Event NewMail As ApplicationEvents_11_NewMailEventHandler
Event Type
Remarks
The NewMail event fires when new messages arrive in the Inbox and before client rule processing occurs. If you want to process items that arrive in the Inbox, consider using the ItemAdd event on the collection of items in the Inbox. The ItemAdd event passes a reference to each item that is added to a folder.
The NewMail event does not fire when the user is in offline mode.