View Single Post
  #1  
Old January 12th 09, 02:26 PM posted to microsoft.public.outlook.program_addins
Al_21_11[_2_]
external usenet poster
 
Posts: 13
Default Getting Subject and body information using Application.NewMail eve

Hi I am trying to get the body and subject information when the
Application.NewMail event is fired.

this is what i have
Dim mailItem As Outlook.MailItem
mailItem.Subject()
Ads