add a reference manually

T

TommyBoy

I need to add a reference to outlook 11.0 object library manually from
C#, anyone know how?
 
M

Myrna Larson

The VBA Extensibility Library has a class named References with AddFromFile
and AddFromGUID methods. I think you would use the first, specifying the
library name.
 
T

TommyBoy

Myrna said:
The VBA Extensibility Library has a class named References with AddFromFile
and AddFromGUID methods. I think you would use the first, specifying the
library name.


Thanks!!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top