Outlook interop not available

  • Thread starter Thread starter Phil
  • Start date Start date
P

Phil

Hi,

I'm trying to write a simple application in VB.Net 2003 to retrieve
information from a contact item in an arbitrary folder (ie not the default)
in Outlook 2003.

All the sample code I can find tells me to add a reference to the Outlook 11
COM object, which I've done.

It then says that I should include the line
Imports Outlook = Microsoft.Office.Interop.Outlook
However, when I use intellisense it shows that the only option avalable for
Microsoft.Office is .Core.

What am I missing?

Thanks,

Phil Haddock
 
Back
Top