The type or namespace name 'OutLook' could not be found (are you missing a using directive or an assembly reference?)
Actually I am trying to follow an example shown in the article:
http://support.microso ft.com/kb/895940
but its giving the above error eventhought I add the Reference Microsoft Outlook 11.0 Object library.
I am using VS 2005 Professional Edition.
Here is my code:
What more directives or references am I missing. Please assist
Thank you
Rei Masi
Actually I am trying to follow an example shown in the article:
http://support.microso ft.com/kb/895940
but its giving the above error eventhought I add the Reference Microsoft Outlook 11.0 Object library.
I am using VS 2005 Professional Edition.
Here is my code:
Code:
using System; using System.Windows.Forms; using [B]Outlook;[/B] using OutLookApp = [B]Outlook[/B].Application;
Thank you
Rei Masi
Comment