Hi,

I wish to use outlook from VB 2010 but when i try to import any Office applications like the following :

Code:
Imports Outlook = Microsoft.Office.Interop.Outlook
i cant see everything under Office in the namespace...

when i type Imports Outlook = Microsoft. (...) i got the following but not Office :
* CSharp
* Reporting
* ReportingServices
* SQLServer
* VisualBasic
* Win32

any idea why can't i see office?