I have created an Outlook add-in for 2003, 2007 & 2010.The add-in works fine in 2007 and 2010, but is not loading correctly in 2003 on any machines, other than my own dev machine.There are no code
Q. How to \"find\" and \"enable\" an add-in after installation Background I developed an add-in which targets Outlook 2007. I used C#, VSTO 4.0 and Visual Studio 2010. It runs fine when started from
As per my requirement when a user opens a new Email form in Outlook and clicks send, it validates some stuff. Now if val开发者_如何学编程idation failed then it should display a message box with Yes No
I can not work this out.I have a class library called \'ABC.Service\'. In this class library I have referenced other projects from my solution.
I am adding custom properties to a Microsoft.Office.Interop.Outlook.MailIte开发者_JS百科m object like so:
I have written an AddIn for Microsoft Office Outlook which uploads email to a sharepoint server. I want to save a text log of what has been uploaded. Where is the best place to save this data?
I was wondering how you can cancel the closing of an outlook form region. I want to display a dialog to tell the user that the form is in开发者_运维知识库complete and a yes no option for continuing.
I\'m working on an add-in for Outlook 2010.I\'ve created a new Ribbon Tab with a dropdown box.I\'d like for the data in the dropdown to update when I click the dropdown button, but nothing is occurrin
Is it possible to create an add in that works on all office versions? I searched the msdn and different forums but there is nothing specif开发者_如何学Cic about this issue.Difficult if you use VSTO,
i\'m developing an outlook plug in where users set a list of settings like credentials and site url...