Visual Studio Tools for Office (VSTO) is a set of development tools for creating Office automation solutions (add-in or document customization), using .NET and the Visual Studio IDE.
I am new to VSTO programming. I have created a basic addin for Outlook 2007 that monitors a folder containing XML …
c# vsto outlook-2007I'm trying to create an Outlook 2010 addin that adds a new tab to the ribbon. I found out how I …
c# .net outlook vsto outlook-2010I am developing a Excel plugin. It works all right for Excel versions before 2013. But a lot of features is …
excel vba vsto office-interop office-2013with the push to leverage visual studio and dotnet with office based solutions, especially excel, where is the best article …
excel vba vstoI am using c# to write an Outlook 2007 add-in to store emails in a SQL Server 2005 database. I would like …
c# sql-server vsto outlook-2007 outlook-addinBackground: I am making a VSTO 4.0 add in for Outlook 2007 which enables users to transfer their mail items to a …
vsto installation silentEDIT: The posters answer is correct except for it should read xmlns="http://schemas.microsoft.com/office/2009/07/customui" for the …
vsto contextmenu outlook-addin ribbonI'm trying to insert a line break into a table cell. So far I've been trying to manipulate the range …
ms-word vsto word-2007