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.
--
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
"Sanat" wrote in message
...
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.