Is it possible

Y

Yael

Hi,
How could I uninstall my add-in that created button ?MyButton" in the
outlook 2003 toolbar from MyButton event clicked??
Is it possible??
to reset toolbar I did in vs.net 2003 code:
OnToolbarButtonClick(CommandBarButton cmdBarbutton,ref bool cancel)
{
Microsoft.Office.Interop.Outlook.Application
applicationObject.ActiveExplorer().CommandBars["Standard"].Reset();

///I want to add uninstall this add-in..
}

Thanking you in anticipation!
 
Top