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.
 
Back
Top