outlook-addin
Alternatives for replacing text selection under Outlook with custom HTML code
I need to replace an user selection while editing an Outlook e-mail with my custom HTML code. I tried two approaches:[详细]
2023-03-18 12:02 分类:问答Creating a ribbon button to open a browser link
I\'m looking to create a ribbon button for an OL2k10 add-in that opens a开发者_开发百科 specific website.I\'ve only seen references to creating a button using CommandBars, but this is different that w[详细]
2023-03-18 02:51 分类:问答how to obtain outlook contact group (distribution list )
i\'m going to create an add-in for outlook 2007 in this add-in i need to retrieve the list of contact (with all details )[详细]
2023-03-17 12:47 分类:问答Using Word Editor to modify inbox email in Outlook 2007
I am facing a situation where I can use Word Editor to modify the contents of an open inbox(active开发者_StackOverflow中文版 explorer).[详细]
2023-03-16 16:01 分类:问答Outlook 2007 Addin Locking Outlook Accessing a deleted Exchange User
I have an Outlook 2007 add-in that adds information to calendar items.I\'m running into a problem where if an old Calendar Invite is opened containing Exchange users that are no longer valid, Outlook[详细]
2023-03-16 13:18 分类:问答Get checkbox status on Outlook Backstage?
With Outlook 2010: if I have a checkbox defined in XML for the backstage to load, how can I query that element and get its status with C#? Here\'s an example of the backstage XML:[详细]
2023-03-16 05:12 分类:问答Outlook 2010: How to get a list of all appointments, including recurrences
I was trying to list all appointments in the default folder, like so: Outlook.MAPIFolder calendarFolder = outlookApp.Session.GetDefaultFolder(Outlook.OlDefaultFolders.olFolderCalendar);[详细]
2023-03-14 04:55 分类:问答VSTO outlook Add-in How can I retrieve a Exchange Distribution list members from outlook distribution list
I have VSTO Add-in that gets the recipient from the mailitem and save it in our user list. In case of exchange distribution list or exchange contact as a recipient it works fine by extracting smtp mai[详细]
2023-03-12 18:19 分类:问答Getting email address of a recipient which is an exchange user
In my VSTO Outlook 2007 plug-in, I am able to get the email address of a recipient which is an exchange user. But when I have the following case, it does not return me the smtp email:[详细]
2023-03-10 13:12 分类:问答Outlook 2010 AddIn behaves weirdly when mail invoked from other office client
I really need help with this one. I have written an adding that adds a some text to the subject line of an email on send it also sets the same value in a property on the email through the PropertyAcc[详细]
2023-03-09 16:39 分类:问答