Search code examples
c#visual-studio-2015outlookofficedev

How to remove Outlook add in


I'm using Visual Studio 2015 community to create an Outlook add in via the Office Developer Tools

When I run debug Visual Studio, it opens Outlook and I can see my plug in.

When I close Outook and Visual Studio, and restart Outlook, I can still see the plug in.

How do I remove it so it only shows when I load Outlook via Visual Studio?

The reason for this is, I'm about to create the installer. Based upon this https://msdn.microsoft.com/en-us/library/cc442767.aspx#Obtain I have to create registry entries. I'd like to have the guarantee that the only reason the plug in exists in Outlook is due to the installation of the app, not because it already existed previously due to my debugging.


Solution

  • You can remove your plugin when you go to Developer Tools and click on button COM Add-Ins. This opens a dialog where you're able to remove your plugin. Otherwise it will stay on in Outlook.