View Single Post
  #2  
Old October 19th 07, 07:49 AM posted to microsoft.public.dotnet.languages.vb,microsoft.public.outlook,microsoft.public.outlook.program_addins
Dmitry Streblechenko
external usenet poster
 
Posts: 2,116
Default ADD-in developmenet advise

Start at http://www.outlookcode.com/article.aspx?ID=36
Essentially you will need to trap the Application.ItemSend event and read
the data from the item passed to your event handler.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool

"John" wrote in message
...
Hi

I need to develop an add-in for outlook 2003 and above that does the
following;

When a certain external application sends email via outlook, the outlook
add-in adds certain info into a database table. Some of this info comes
from the calling external application.

I have not developed an outlook add-in before but I am a proficient
developer of vba and vb.net. What would be a good place to start for this
sort of project?

Many Thanks

Regards




Ads