I need to replace an user selection while editing an Outlook e-mail with my custom HTML code. I tried two approaches:
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
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 )
I am facing a situation where I can use Word Editor to modify the contents of an open inbox(active开发者_StackOverflow中文版 explorer).
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
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:
I was trying to list all appointments in the default folder, like so: Outlook.MAPIFolder calendarFolder = outlookApp.Session.GetDefaultFolder(Outlook.OlDefaultFolders.olFolderCalendar);
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
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:
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