gmoorevt
gmoorevt

Reputation: 331

How do you reference MS office interops in C#?

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

Answers (2)

Kev
Kev

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

DaveK
DaveK

Reputation: 4607

Office interaction is available through COM objects found on the 'COM' tab of the 'Add Reference' dialog window.

Upvotes: 2

Related Questions