Reputation: 331
I am trying to access Outlook 2007 from C#. I have installed the PIA msi after following the directions found on msdn. After a successful install nothing shows up in Visual Studio's references under the .net tab.
Upvotes: 2
Views: 433
Reputation: 119806
After you downloaded the installer and ran it, did you run the MSI installer it extracted and placed in the folder it asked you to create?
Upvotes: 0
Reputation: 4607
Office interaction is available through COM objects found on the 'COM' tab of the 'Add Reference' dialog window.
Upvotes: 2