I have a web application which has a calendar, and I want to allow that calendar to be sync\'d with an Exchange server.
I\'ve created a VSTO 2.0 SE add-in for Outlook 2007.Usually, it installs no problem on end-users\' machines, but sometimes they have an outlook.exe.config file next to Outlook.exe which specifies that
I have an outlook add-in that allows the user to save an email into a database. When the user does save the email I modify the email subject so it can be identified as being saved.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
the FolderRemoveEventHandler isn\'t global, it can just be used to notify when a folder is removed from the top level of a specific folders collection. I need an event to fire when any folder is remov
I\'m writing a Outlook add-in that needs to access Outlook contacts.开发者_运维知识库I have successfully obtained a list of local contacts but cant seem to find an example that will give me access to
I need a custom outlook rule action: \"Save the email attachments to DB\", for this action the attachments in that email will be automatically saved to DB.
Does anybody know how to programmatically enable/disable the actual state of the out-of-office auto-responder in Outlook 2007?
I have an Outlook Addin developed in C#,VSTO and has a lot of unstructured code and very huge in size. 开发者_开发百科every time there is a modification / Update ,I have to Manually test it from end t
I know a lot of ways how to extend Outlook and add new Reading Panes and 开发者_高级运维Inspectors to the Outlook, but what really bugs me is how to extend and modify the existing reading panes?