outlook-addin
Cannot run Visual Studio 2010 Outlook Add-in on machine with Outlook 2007 installed
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[详细]
2023-02-10 17:50 分类:问答Outlook 2007 Add-in Send Update
Is there any way to trap the Send Update button in Outlook 2007?I have the following in my IRibbonExtensibily.GetCustomUI():[详细]
2023-02-10 10:18 分类:问答How to programmatically get a contact's picture in Outlook 2010?
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:[详细]
2023-02-09 04:20 分类:问答Outlook Add-in email item marks
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[详细]
2023-02-08 13:02 分类:问答How does Outlook insert "magic" addresses into To field?
How do Outlook\'s TextBox objects intelligently know that contact information has been added and that it corresponds to existing ContactItems?[详细]
2023-02-07 13:49 分类:问答Get the email address of the current user in Outlook 2007
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?[详细]
2023-02-06 04:56 分类:问答Installing outlook add-in every time user logs off
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\'[详细]
2023-02-05 20:16 分类:问答outlook 2010 closeevent
How to attach a handler when the user is closing outlook? private void ThisAddIn_Shutdown(object sender, System.EventArgs e) basicly doesn\'t work.[详细]
2023-02-05 15:07 分类:问答Change Button in Ribbon on Ribbon load
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[详细]
2023-02-04 22:42 分类:问答How decide whether a e-mail was newly sent, replied or forwarded?
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?[详细]
2023-02-04 00:59 分类:问答