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 trying to develop an addin for outlook, and I found a provider http://www.add-in-express.com. But, they …
com vstoI have a OneClick Deployed VSTO Addin that I have signed with a up-to-date Verisign code-signing certificate (PFX). I have …
vsto add-in oneclickI have created a Word Addin and created the MSI package to distribute it. Using the information found in http://…
deployment windows-installer vsto bootstrapper prerequisitesI'm working on an Outlook add-in and I'm looking for a complete list that relates that MAPI properties to there …
vsto outlook-2007 outlook-addin mapiSorry for asking such a stupid question, but i googled for about two hours and couldn't find an answer to …
c# vsto outlook-addin office-pia primary-interop-assemblyOk, so I got my main AddIn which auto generated (Attachment 1) and there is my Ribbon (Attachment 2) and I want …
c# vsto ms-office ribbon excel-addinsI'm using Word automation to construct a table, I need one column to be very narrow but every time I …
c# c#-4.0 ms-word vsto word-automationI have a button on an Excel sheet which starts a new thread to do some processing. If I want …
c# excel vsto