R Russ T Oct 19, 2004 #1 I have a macro I would like to run every time I create a new e-mail. Any help?
M Michael Bauer Oct 20, 2004 #2 Hi Russ, you can track the Inspectors.NewInspector event and check the Inspector.CurrentItem for the Class and EntryID. If Class=olMail and EntryID=vbNullstring then it is a new E-Mail.
Hi Russ, you can track the Inspectors.NewInspector event and check the Inspector.CurrentItem for the Class and EntryID. If Class=olMail and EntryID=vbNullstring then it is a new E-Mail.