T
tanutatu
Hi All
We are using VSTO SE, C# to build an Outlook 2007 add-in.
We wanted to expose the functionality of this addin to external
programs.
So we overrode the RequestComAddinAutomationService method .
This method is supposed to be called whenever add-in loads, according
to
documentation.
But problem is that, intermittently, this function doesnt get called
for some reason and hence the application.Comaddins(MyAddin).Object
returns a null value.
can someone point out the situations when this function isnt called
during add-in load?
Regards
Tanushree
We are using VSTO SE, C# to build an Outlook 2007 add-in.
We wanted to expose the functionality of this addin to external
programs.
So we overrode the RequestComAddinAutomationService method .
This method is supposed to be called whenever add-in loads, according
to
documentation.
But problem is that, intermittently, this function doesnt get called
for some reason and hence the application.Comaddins(MyAddin).Object
returns a null value.
can someone point out the situations when this function isnt called
during add-in load?
Regards
Tanushree