Skip to main content

Posts

Showing posts from March, 2016

Tutorial: How to Create an Add-in for Microsoft Outlook (part 2)

This post is the part 2 of Tutorial: How to Create an Add-in for Microsoft Outlook . In the following post, we'll see a few examples in we're using other object models, other than Outlook model. Version on CodeProject

Tutorial: How to Create an Add-in for Microsoft Outlook

Visual Studio Tool for Office (VSTO) Add-in is a toolset available in .NET Framework that lets us extend and customize the Microsoft Office products in (versions 2003 and later). In this tutorial, we are going use Outlook 2013 as a case study and Visual Studio 2015. Version on CodeProject