My Delphi program relies heavily on Outlook automation. Outlook versions prior to 2007-SP2 tend to get stuck in memory due to badly written addins and badly written Outlook code.
Does anyone know how to bulk extract outlook properties from everyone inside a distribution list? I can expand the distribution list by clicking the small + sign, but that only gives me first and las
I am developing some program in C# which will send the mail using outlook 2007. For this I wish 开发者_JAVA技巧to create a table in mail body and need to show the required data in it. Can anyone let m
I have an Excel macro used to send emails with attachments that are Excel workbooks. Sometimes, instead of the file being attached, it becomes an embedded object. This embedded object is openable by u
I am trying to create a .vcf file programmatically in C#, and writing a bunch of strin开发者_Python百科gs in the correct format in that file. But when i try to open it manually, the following message
I\'m developing an outlook 2003 add-in. Until now I used only winforms to display one form, but today I\'ve added a WPF window for more complex stuff. DUe to the WPF window, a COM exception is being t
I\'d like to write a .NET application in F# to automate some of the processing of my e-mails. For example, when an order comes in my program might compute a new htpasswd from the e-mail\'s contents, u
Does VSTO 2008 work for Office 2010 or will it only be VSTO 2010? If开发者_运维知识库 it is VSTO 2010 then does this mean that I have to update all my clients to .NET 4.0?Yes, it will work, but there
I work on a web app that involves scheduling. A user can view his schedule, and then download a meeting request file for a particular event. In Outlook 2开发者_StackOverflow社区003, simply opening thi
I would like to paste a range of formatted Excel cells into an Outlook message. The following code (that I lifted from various sources), runs without error and sends an empty message.