We are building Office 2007 add-ins using Visual Studio 2008.Our builds are performed via a continuous integration server (one machine) that builds whenever we check in changes or manually request one
I need to know if a name is already in use in Excel (for example as a named range) so that I do not 开发者_运维百科allow the attempted creation of duplicate names. I tried the following but the loop b
I am working on an Outlook extension that requires making a change to a 开发者_StackOverflow中文版MailItem open in a compose window if the SendUsingAccount property is changed via the GUI.I would like
I a开发者_如何转开发m developing a VSTO Outlook Add-In that is relying on the LastModificationTime property of Outlook Appointment. The problem is when Cached exchange mode is turned On, the LastModif
I am creating an addon for Outlook 2007 that reads a mail item when it is received, and then rewrites it. The addon works great, and rewrites the mail for items that do not have an Outlook rule that m
So I want to capture some key-commands in our Docuement-level Excel VSTO addin. I can\'t seem to find a way to do it, other than to use VBA and 开发者_StackOverflowhave our addin talk to the VBA. Any
Underlying problem I was trying to solve is to apply custom key bindings for internal VSTO Word addin methods (develiped in C#):
I\'m working on开发者_开发问答 Outlook 2003 AddIn using VSTO.Is there a way to Get the Mailbox Name OR NTUserName of the user.To Get the user name logged on via outlook use Application.NameSpace.Curre
I\'ve created an Outlook 2007 AddIn that among other things has to perform someactions when user creates a new email. I\'ve hooked to proper events and everything works correctly in all but o开发者_如
I\'m having trouble getting a vsto project to work.It\'s a simple Word 2007 addin application that adds a smarttag identifier.