Borza,
In addition to the other comments:
For a list of articles on using Outlook from .NET see:
http://www.microeye.com/resources/res_outlookvsnet.htm
For a plethora of automating Outlook with VBA, VB6, and VBScript see:
http://www.outlookcode.com/
To avoid the Outlook security prompts its generally easiest to create a
properly constructed COM-Addin for Outlook 2003. There are other methods
available for other versions of Outlook...
See:
http://msdn.microsoft.com/library/de...scomaddins.asp
Further info can be found at:
http://www.slipstick.com/dev/ol2003problems.htm
http://www.slipstick.com/outlook/esecup/admin.htm
The links I gave have samples of creating add-ins.
Both of these are good articles to start with:
http://msdn.microsoft.com/library/de...addinvbnet.asp
http://support.microsoft.com/?kbid=302896
Also, be certain you have explicitly installed the Outlook PIAs! The Outlook
2003 PIAs are an optional install, while the Outlook XP PIA is a download.
Hope this helps
Jay
"Borza Paul Valentin" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hello,
>
> I am a beginner in outlook interop. But i want to create an outlook add
> in,
> which can be able to add some menu items, but most imprtant I want it to
> be
> able to read the source of the emails, when a users is viewing them.
>
> Can anyone help?
>
> Vali
>
>