COMAddins not starting

C

Codex

How do I start outlook COMAddins programatically from c#?

If I create an instance of Outlook.ApplicationClass, it starts the
OUTLOOK process but does not initalize the COMAddins. If I then start
outlook manually as well, the interface comes up but it doesn't start
the COMAddins.

How do I make sure that the COMAddins come online whenever the user
starts the outlook GUI, even if I've already created the process
programatically in a different c# program?

Thanks,
Codex
 
Top