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!
 

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

Top