I\'m converting the following example code to Delphi: http://msdn.microsoft.com/en-us/library/bb176406%28v=office.12%29.aspx
I attach to Outlook.Explorer.SelectionChange event. Event handler makes a call to an assembly that retrieves some data from web services. After one call to that assembly my event handler is no longer
I have created a we application for managing the contacts. I want to save the selected contact to current user\'s outlook contact list. how to do this? I am using asp.net + c#.net. please guide me.
I am in the estimating phase of a project, and one requirement is that my application will create draft emails (with attachments) in MS-Outlook, which the user can then review and 开发者_如何学运维sen
Hi I\'d like to a开发者_Python百科utomatically write incoming outlook messages to a text-file on the drive. How can i do this? Thanks.It\'s not pretty. The easiest way is likely with an Outlook Add-in
How can I perform CRUD (Create, Read, Update, Delete) for todos/tasks/appointments/etc from Outlook. Does Microsoft have a data api like Google that I can use to intera开发者_JAVA技巧ct with Microsoft
Is it possible to create MANAGED (.NET) Ou开发者_Python百科tlook MAPI store provider? How? I\'m a complete novice in Outlook world, but don\'t wont to fiddle with all that COM droppings.I too have wo
Anybody know how can I add multiple email addresses in Outlook field \"To\" via C#? foreach (var to in mailTo)
I have a VBA program to download attachments from a Mail Item. I launch a macro (that is a \'sub\' in a module), which does a \'Form.Show\' to launch a userform. There is a button on the userform to
Even though the topic title explains most of the question, I\'d like to sketch out the scenario so you understand in what context this question is put.