I have an application written in Delphi that adds / updates contacts in outlook.The problem I\'m having is that if the contact has been deleted in Outlook, the code still finds the contact and updates
I have a custom color theme within visual studio which uses a dark background which looks great, however when I copy & paste into Outlook I would like outlook to use the default f开发者_如何学JAVA
Hi I\'d like to either export Outlook 2007 tasks to a file or access them using some kind of API, preferably without messing a开发者_Go百科round with other Microsoft products. What are my options?You
I have written an Outlook plugin in Delphi 2009 that opens a database connection and does some tasks to accompany my main application.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I have created an Outlook plug-in and I am having some challenges around installing the system. The issue I am having relates to the situation where a user is applying an update to my plug-in and has
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 a开发者_如何转开发m developing a VSTO Outlook Add-In that is relying on the LastModificationTime property of Outlook Appointment. The problem is when Cached exchange mode is turned On, the LastModif
Note this is not a duplicate of this similar but different question! My question is not how to intercept Category create / rename / delete events, but how to intercept when a user assigns a category
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