Hi,
in C# .net 2.0, is there a quick and easy way to retrieve a message (including its possible attachments) from exchange 2003 and save it to disk in .MSG (outlook) format.
Thanks,
Hi,
in C# .net 2.0, is there a quick and easy way to retrieve a message (including its possible attachments) from exchange 2003 and save it to disk in .MSG (outlook) format.
Thanks,
I've had a lot of luck using WebDav.NET to interact with exchange from C# code. You should evaluate it and see if it'll do what you're looking to do :-) Best of luck
I'm looking for the same solution. So far, I found : http://www.codeproject.com/KB/cs/Exchange_2003_with_WebDav.aspx
It's a demo application that contains all the code necessary to communicate with Exchange with WebDAV.
I didn't try it though.