Event for Create new mail

S

Sami

Hi,

Is there an event when user click the new button in outlook.
I am using VSTO 2005 & outlook 2003

Thanks.
 
K

Ken Slovak - [MVP - Outlook]

Inspectors.NewInspector.

In that event handler Inspector.CurrentItem has the new item and
Inspector.CurrentItem.Class tells you what type of item.
 
Top