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
NOTE: I\'m using VBA and Office 2007. (I would use C#, but the project parameters don\'t allow this) I\'m attempting to find some method in Outlook, or an API, that will allow me to open an Outlook m
I\'m developing an Outlook 2010 custom plugin in C#. This is my first time using C# (I\'m a java guy normally).
Is it possible to set the Reply To address of a mailitem in c#? As in mailitem.reply(); then set the reply to so t开发者_开发问答hat all messages once replied to by the recipient come into a central
I am doing changes on an Outlook.MailItem but after closing the last explorer a message box asks to save the item (twice!).
I just can\'t release my Outlook MailItems. After opening 200 Mails the Exchange Severreturns the maximum open Emails is reached.
I\'m writing a VSTO app for Outlook 2007 that periodically checks mails in the Outbox.I can run over the MailItems and check the .Submitted property with no adverse effects.But if I read the SentOn pr
I have a .NET application that polls an Exchange email mailbox for new messages on a scheduled basis.Further processing happens when new messages are found in the email mailbox.I\'ve encountered an is
I am working on an Outlook extension that requires making a change to a 开发者_StackOverflow中文版MailItem open in a compose window if the SendUsingAccount property is changed via the GUI.I would like
I am doing some stuff whenever an attachment is added to a being-composed mailItem, on AttachmentAdd event of MailI开发者_高级运维tem, and things work fine. Now I want to undo the same stuff, when an