Problem summary: How to run Outlook 2010 add-ins with only Office 2007 installed I have 2 machines with Office 2010 and Visual Studio 2010 installed. One PC is Windows 7 64bit; the other machine is W
Is there any way to trap the Send Update button in Outlook 2007?I have the following in my IRibbonExtensibily.GetCustomUI():
How can you get a contact\'s picture from Outlook and save开发者_如何学JAVA it to a file? Thanks!The other answers here are good, but there\'s also an alternative:
I need an advice. We\'re developing an Outlook add-in with .net, and i need to investigate, if there\'s a way to create some custom marking for emails. We n开发者_高级运维eed to perform an operation o
How do Outlook\'s TextBox objects intelligently know that contact information has been added and that it corresponds to existing ContactItems?
I have an Outlook add in written in C#. I was wondering how or if I could get the email address of the current user?
I have an Outlook add-in that is working fine for every client. They get the installation (ClickOnce) from the web, install it and run it without any problem. However, I just got this client that it\'
How to attach a handler when the user is closing outlook? private void ThisAddIn_Shutdown(object sender, System.EventArgs e) basicly doesn\'t work.
I created a custom Ribbon for an Outlook 2007 App开发者_运维知识库ointmentItem. The AppointmentItem can have a custom property. When the custom property is set, a button in the custom Ribbon should be
I use Visual Studio 2010 to create an Outlook 20开发者_高级运维07 Addin. Now i want to know whether a e-mail was newly sent, replied or forwarded. Is there any property for this?