I have 开发者_运维技巧an OL addin ( c# com using addin express) that is doing something like this
I have an Outlook Add-in that I have developed for Outlook 2007. I am working on having this add-in work on Outlook 2010 as well. My add-in is an adjoining region on the appointment/meeting request wi
I attach to Outlook.Explorer.SelectionChange event. Event handler makes a call to an assembly that retrieves some data from web services. After one call to that assembly my event handler is no longer
I am developing an add in for MS Outlook 2007 using VSTO 2008. I need to add user-friendly design for it using the Ribbon (which is provided by VSTO 2008 office addins).
hi i wrote following code for save some mails (already imported to data grid using MAPI) to selected inbox folder in button click
I have an addin for outlook which is installer per user.The installer copies the dlls and user specific registry entries.I using VS2008 vdproj for generating msi installer.
I have a problem with Visual Studio 2010 and Outlook Addin 2010 project (.NET 4 target). I\'ve added a form region to my project and then I\'ve changed Localizable property to true. Now if I close my
We deployed a VSTO addin for outlook 2003. After installing the addin one of the user\'s outlook crashes when a contact is opened, i.e, when ItemProperties of the contact are read.Some theses properti
I have a YesNo column in a folder, and I added it to the folder view; it appears as a checked or unchecked checkbox. I\'ve been asked to replace it with a green or red circle. Is this possible?
i am building an outlo开发者_Python百科ok addin that utilizes the windows clipboard for temporary storage. When i make a call to Clipboard.Clear() at the end of the process, Windows Explorer crashes a