I\'ve tried adding the following code to the beginning of my add-in code as such: Namespace NS [Guid(\"211B3945-E2AE-48DD-8A9A-77ADB40EC6D5\")]
I开发者_StackOverflow\'m using Outlook 2010.Via the Developer ribbon, I see that I\'m able to script Outlook using VBA.I\'m also aware that you can create Outlook addins through COM that can pretty mu
I am creating a VSTO 2007 Addin using COM. My requirement is to mark all the new mails into Blue category. I have the following code in OnNewMailEx handler
I need to develop an Outlook 2010 add-in and I am new to Visual Studio and C#. I am using Visual Studio 2010 and I\'ve created a project using built-in Outlook 2010 add-in template. I\'ve created a ne
I am trying to move a VBA macro code from Excel 2003 to Excel 2011. The macro requires sending an Email from Outlook. However, when I went to Tool > References to add the Outlook Object开发者_高级运维
From within an Outlook VSTO addin I want to开发者_如何转开发 clear the current selection. Is there an API for this?My current hack it to temporarily select the sent folder.
I am trying to develop an Add-in for Outlook 2010 that allows me to tag an email using an Outlook.MailItem\'s UserProperties collection. The fields are loaded from a database configuration and display
I am writing a simple Outlook addin using addin Express. This is for 2007 and 2010 . I have a wpf window I wantto launch modally when a ribbon button is pressed in OL .
Im trying to create an outlook 2010 addin. I just created the standard project, when trying to run it i get the following error...
Outlook 2010 has a feature called Convesation Cleanup. This feature is implemented using the Conversation Header Outlook Object Model.