I\'ve written an outlook plugin that retrieves the sender\'s SMTP email address for a mailitem.It is working fine on most machines, however, I have one machine (my new development machine) that throws
We have an outlook addin installed, and while opening some of the html-emails, outlook crashes. If we remove the addin, the emails open properly without outlook getting crashed.
When I ckick on the link in my MS Outlook 2010 message it opens in one of my launched IE browser but in what exactly launched and in what tab it\'s unknown.
Using msvs 2008/开发者_开发知识库.net 3.5/Outlook 2007I ran into the following problem : while trying to create and add a new Recipient to an existing MailItem instance :
I\'m trying to set my control over the Outlook Mailgrid with SetParent and resize (MoveWindow) and invalidate it if the Mailgrid changed.
Hey Im looking to add a button next to my Events where they can add the event to outlook as a reminder from google I have found this can be done by .ics files ?
I\'m trying to use the WordEditor object to modify the color of the selecte开发者_Go百科d text (Outlook VBA) but i\'m unable to find documentation or examples on how to do it. Any ideas?
Ho开发者_开发问答w to have current date automaticlly added in the subject line of an email (template) in outlook 2010
I\'m currently getting notes fro开发者_开发问答m the default folder using the code: Set myNote = Application.GetNamespace(\"MAPI\").GetDefaultFolder(olFolderNotes)
I am using VBA to scan MAPIFolders for Items created before a certain date in order to move them to an archive PST. Normally Item.CreationDate is a good hook to scan for \"old\" Outlook items, but for