How to determine location of Outlook Add-In

J

JK

I need to determine where an add-in has been installed so that I can load
data from an XML config file.

How to I do this?
 
K

Ken Slovak - [MVP - Outlook]

Your addin or some other? If it's your addin you can get the location from
the application itself. If it's some other addin then you're reduced to
scanning the hard drive or the registry.
 
K

Ken Slovak - [MVP - Outlook]

What language are you using and what platform (.NET, VSTO, VSTO SE, etc.)?
 
Top