Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Outlook Add-ins   (RSS)

How to deploy VSTO add-ins for Outlook?

“What is the best way to deploy VSTO add-ins for Outlook?” This is one of the most common question asked by our customers who are developing add-ins using Visual Studio Tools for Office(VSTO) for Outlook and other Office Applications.  Simple answer

Issue: Prerequisites Packages are not available for the Office Add-in Setup Project developed using Visual Studio

We need to add Prerequisites Packages to Office Add-in Setup Project developed using Visual Studio; so that out Add-in works as expected when we deploy it on other machines. In case any of pre-requisite packages are not available/listed under Add Prerequisites

How to check that outgoing Outlook Mail Item is with digital signature or encrypted from VSTO Add-in in C#?

How to capture whether user has checked to send Outlook Mail with digital signature or encrypted from VSTO Add-in in C# ? We can use the following code snippet with VSTO SE Outlook Skeleton project to build sample add-in: IMPORTANT NOTE: This add-in will

BUG: "Value does not fall within the expected range." error after installing VSTO 3.0 MSI package

If you are getting "There was an error during installation. Value does not fall within the expected range." error along with following exception: ************** Exception Text ************** System.ArgumentException: Value does not fall within the expected

How to Capture Outlook Custom Form's Command Button Click event in COM Add-in using C#?

Use the following code snippets to wire an event in C# to capture the click event of the command button on the Outlook Custom Form. 1: /*NOTE: Following programming examples is for illustration only, without warranty either expressed or implied, 2: including,
 
Page view tracker