outlook-addin
How do I make my GUID visible for a VSTO Add-in
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\")][详细]
2023-04-12 23:57 分类:问答Outlook scripting in C#?
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[详细]
2023-04-12 11:13 分类:问答Adding category to new mails
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[详细]
2023-04-11 03:09 分类:问答Outlook 2010 addin bind event to tab selection
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[详细]
2023-04-10 07:23 分类:问答Adding Outlook Object Library to Excel 2011 for Mac
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开发者_高级运维[详细]
2023-04-10 05:24 分类:问答In an Outlook VSTO addin how do I clear the current selection?
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.[详细]
2023-04-09 19:08 分类:问答How can I determine a new Reply/Forward message's parent MailItem in an Outlook 2010 C#.NET Add-in
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[详细]
2023-04-09 15:12 分类:问答Outlook add-in and WPF window
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 .[详细]
2023-04-09 09:57 分类:问答Outlook 2010 addin Access is denied
Im trying to create an outlook 2010 addin. I just created the standard project, when trying to run it i get the following error...[详细]
2023-04-09 03:26 分类:问答Outlook Object Model - Hooking to the Conversation Cleanup Feature
Outlook 2010 has a feature called Convesation Cleanup. This feature is implemented using the Conversation Header Outlook Object Model.[详细]
2023-04-09 03:23 分类:问答