I have a user that want to be able to print multiple emails and the tiff attachments without opening the attachments (or the emails).I h开发者_如何学JAVAave been doing a lot of googling, but I haven\'
I need to disable the suggested contacts in outlook 2010 using a code that i can remote deploy to machines in the network.
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
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, Windows 7. Upon receiving email we want underlined text application_path\\application par1 par2
With r开发者_JAVA百科egard to this question, how do I make VS2010 call the Outlook COM object regardless of DLL version?
How do I determine what Outlook COM or 开发者_开发问答PIA addins are installed, and if they are enabled or not.
How can I set a string to have Right-to-Left (U+200F RIGHT-TO-LEFT MARK (RLM)) unicode char when editing the code itself?
How can I integrate a 开发者_如何学运维website or a web browser to Microsoft outlook 2007/2010? The website should appear inside the Outlook just like an Outlook application.
I\'m developing an Outlook 2010 custom plugin in C#. This is my first time using C# (I\'m a java guy normally).