How to deploy an Outlook 2010 Add-in Using C#.NET And Visual Studio 2010In the previous blog, we walked through the steps to build an outlook 2010 add-in, how to create a custom task pane, add a custom context menu item and add a ribbon in the Outlook 2010. In this post, I’ll take you through the steps required to create a setup package so that you can distribute the add-in to others.Creating a new Setup Project:Returning to the Add-in project we created in this blog, we’ll now need ...
Read More
How to build an outlook 2010 Add In using C#.Net and Visual Studio 2010?In this post, I’ll take you through the steps required to build an outlook 2010 plugin using C#.Net with visual studio 2010. This post includes creating custom task pane, adding a new context menu item with the outlook context menu and adding a ribbon bar that appears on the Home screen.Let’s create the project. Open Visual Studio 2010, go to file menu select new project. In the Installed templates expand to...
Read More