I have contacts store开发者_运维知识库d in a mySQL database, is it possible to create an add-in that presents a virtual address book with contact information that is retrieved from the database?I don\
I am developing an Outlook Add-in that is using Outlook contacts from local machine and Active Directory to create a special kind of meeting requests. The program is communicating with an external ser
We have written a VSTO addin for Outlook 2010/2007. At one point, our addi开发者_如何学JAVAn must convert plain text emails to HTML from a ribbon control.This causes some strange behavior in Outlook:
I\'ve successfully captured the ItemMove function the way I need to (mostly) using the Redemption libraries.My next task may be impossible, but I won\'t know unless I ask.
I have OL开发者_如何学Go&VS 2010. If I design a form region directly in VS, then the FormRegion.Designer.cs file will contain definitions like:
I\'ve written the following wrapper class for an Outlook Add-in using Redemption: using System; using System.Collections.Generic;
I am creating an Outlook Add-in that creates new appointments, like so: Outlook.AppointmentItem oAppointment =
I\'m coding an Outlook 2010 plug-in in .NET 4.0, which use WPF technology, and am experiencing some wierd stuff. I\'m trying to open a WinForms Form that resides in a referenced WinForms project. In t
I am writing an outlook add-in that adds a menu to outlook. Although I set delegate to an action for the menu it seems like it is being removed after one call to the delegate - one click on the menu i
I have an add-in for Outlook 2010, created with Visual Studio 2010 and using VSTO. The projects target framework is .NET framework 4 Client Profile (as default).