A
|{arl Shtoshek
Hi, all!
A question like this has been asked earlier (I've included it below).
My question however is a bit more specific.
If, while outlook is running, a new version of the addin gets
registered (regsvr32.exe SomeOutlookAddin.dll) from a different
location, then I can't create a new Office.COMAddIn object to find out
the GUID, because that will point to the new DLL. But I need the
location of the currently (in outlook) active Add-In.
Is there a way to hook into the active outlook application and query
its objects? Or is there some other way to do what I want?
TIA
Karls
A question like this has been asked earlier (I've included it below).
Tools->Options->Other->Advanced Options->COM Addins... displays the
available COM addins plus the location and load behavior of the current
selection. This is the path I would like to access programmatically!
My question however is a bit more specific.
If, while outlook is running, a new version of the addin gets
registered (regsvr32.exe SomeOutlookAddin.dll) from a different
location, then I can't create a new Office.COMAddIn object to find out
the GUID, because that will point to the new DLL. But I need the
location of the currently (in outlook) active Add-In.
Is there a way to hook into the active outlook application and query
its objects? Or is there some other way to do what I want?
TIA
Karls