outlook-addin
outlook 2010 virtual address book
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\[详细]
2023-03-09 08:06 分类:问答Usage of contacts of AD in an Outlook add-in
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[详细]
2023-03-08 07:10 分类:问答C# VSTO Add-in - Convert plain text email to HTML
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:[详细]
2023-03-08 02:37 分类:问答Intercepting the Move Item function between source and destination
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.[详细]
2023-03-08 01:20 分类:问答Button TabIndex on imported Outlook form regions in Visual Studio?
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:[详细]
2023-03-07 23:02 分类:问答C# Redemption wrapper class not firing events
I\'ve written the following wrapper class for an Outlook Add-in using Redemption: using System; using System.Collections.Generic;[详细]
2023-03-07 02:31 分类:问答How to store custom information to an Outlook AppointmentItem
I am creating an Outlook Add-in that creates new appointments, like so: Outlook.AppointmentItem oAppointment =[详细]
2023-03-05 13:09 分类:问答WPF button action won't trigger if I have code referencing a WinForms project
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[详细]
2023-03-05 08:31 分类:问答onclick delegate is triggered only once
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[详细]
2023-03-05 07:12 分类:问答It is possible to target .NET framework 3.5 or .NET framework 3.5 client profile when creating an Add-in for Outlook 2010
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).[详细]
2023-03-03 16:33 分类:问答