Disconnect or disable addin

  • Thread starter Thread starter Daniel Gard
  • Start date Start date
D

Daniel Gard

Friends,



I have a VB6 Outlook add in that works very well but I have one thing I
would like to be able to do I have not figured out yet.



On the mobile users when very specific environment issues occur I want to be
able to disconnect the application without problems with Outlook. I don't
care if the user will have to reconnect the application manually later but I
can not figure out how to do this unless I "quit" the application which
unloads Outlook



Which object should I use? Can I even do this with code?



If this is possible can I change the load behavior so they can press one of
the toolbar buttons to start it up again?





Respectfully



Daniel 'Dan' Gard

ECAR
 
Am Thu, 22 Sep 2005 08:33:04 -0400 schrieb Daniel Gard:

Daniel, you could use the Office.COMAddIn.Connect property. But why don´t
you let the user click on Advanced Options->COMAddIns and select / de-select
your AddIn?
 
Back
Top