how do I program Outlook EXPRESS 6 ?
-
Hi everyone, I am hoping to build a C# application that would interact with Outlook Express 6 and xtract attatchments under my identity to a specific folder. In between this process it would have to check if the attatchment is already saved in the folder, but those tasks would be possible with the IO classes of the .NET framewrk. But how about getting into the Outlook program ? How do I handle that ? Is there a COM object that ships with OE6 or are there free .NET libraries to access OE's object model ? I searched the web and all i could find was code snippets and articles relating to the office version of Outlook. Please explain how i should handle this solution or give me some links to any web resources. Thanx a lot !
-
Hi everyone, I am hoping to build a C# application that would interact with Outlook Express 6 and xtract attatchments under my identity to a specific folder. In between this process it would have to check if the attatchment is already saved in the folder, but those tasks would be possible with the IO classes of the .NET framewrk. But how about getting into the Outlook program ? How do I handle that ? Is there a COM object that ships with OE6 or are there free .NET libraries to access OE's object model ? I searched the web and all i could find was code snippets and articles relating to the office version of Outlook. Please explain how i should handle this solution or give me some links to any web resources. Thanx a lot !
erajsri wrote: there free .NET libraries to access OE's object model ? They could only access it if the COM objects exist. My guess is that they don't. Christian Graus - Microsoft MVP - C++