Not able to delete Add-in button from multiple Outlook Explorer

  • Thread starter Thread starter Sanat
  • Start date Start date
S

Sanat

I need to delete add-in button from each outlook explorer when add-in is
going to disabled.Outlook will remain open.and again when i will connect then
it should connect addin button on each outlook explorer.i can add button over
every explorere but facing problem in deleteing that addin.
 
What problem do you have?

Are you looking for an event that fires when the addin is disconnected? That
would be the On_Disconnection() event. You would check the
Extensibility.ext_DisconnectionMode property passed to that event handler to
see if you are being disconnected or if Outlook is being shut down.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top