Ken thanks for answering m question. I just have a quick follow up
How will the addin show up in the com-addins collection of Outlook when OL has not loaded it yet
the goto meetings behaviour is really interesting. you have OL running . you install the addin and voila toolbars appear in OL without restarting OL
SO i guess I am a litte confused , youre saying my installation code should get the com -addins collection from the OL object model and even though its not been loaded yet , it will show up ? then call connect
IS that correct
"Ken Slovak - [MVP - Outlook]" wrote:
[Quoted Text] > It's not good practice to ever install an Outlook addin when Outlook is > running, no matter what the installer allows. If an addin is installed and > registered then code can get a reference to the addin from the ComAddins > collection and once it has the reference it can set the Connect property to > True to force loading the addin. > > -- > Ken Slovak > [MVP - Outlook] > http://www.slovaktech.com> Author: Professional Programming Outlook 2007. > Reminder Manager, Extended Reminders, Attachment Options. > http://www.slovaktech.com/products.htm> > > "Rahul Chandran" <rchandran[ at ]meetingsense.com> wrote in message > news:6E47B14B-6F94-4882-B028-4D914DFA5123[ at ]microsoft.com... > >I just downloaded the goto meeting addin and that install program installs > > their addin adds toolbars to OL without requiring me to restart My outlook > > any clue on how this is happening > > How do you get OL to load your addin post startup > > > > Thanks > >
|