Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Microsoft.Office.Interop.Outlook 2010 Reference in VS 2012 Using .Net 2.0

I was tying to add a Reference to Microsoft.Office.Interop.Outlook Namespace in to my web project i'm using .Net 2.0 And visual studio 2012

Question

Which one of the following is the one i should choose to work with Outlook 2010

I tried to google this and i couldn't find any thing

enter image description here

like image 816
Mina Gabriel Avatar asked Dec 20 '22 03:12

Mina Gabriel


1 Answers

Or here is GAC path

C:\Windows\assembly\GAC_MSIL\Microsoft.Office.Interop.Outlook\14.0.0.0__71e9bce111e9429c\Microsoft.Office.Interop.Outlook.dll

you can browse manually to folder

C:\Windows\assembly\GAC_MSIL\Microsoft.Office.Interop.Outlook\14.0.0.0__71e9bce111e9429c\

and consequently choose Microsoft.Office.Interop.Outlook.dll

like image 138
Milan Matějka Avatar answered Jan 23 '23 12:01

Milan Matějka