View Full Version : Outlook message


apondu
02-23-2006, 10:35 AM
Hi,

I wanted some information about how to open the outlook messages that
are stored in the local drive. These messages are usually stored with a
..msg file extension. I am using C#.Net, i wanted to open these files
and read their content in my program and convert them to text format
using my program. I want to do this using my program. Can anyone
suggest me how to do it. i don't mind using the office outlook object
library. It would be very helpful if u could provide some code
snippets.

Thanks for the help

Govardhan

michael.blaustein@gmail.com
02-24-2006, 05:12 PM
Govardhan,
I'm not sure how it is that these messages are stored with a .msg file
extension. Are you sure of this. In my experience, Outlook stores its
messages in a .pst.
Michael

apondu
02-25-2006, 08:16 AM
U can save the file in the .msg format while saving the message on to
the local drive. U can try this out, u have to change the file type
while saving the message on to the local drive.

Can u help me out to read the content from this file.

Regards,
Govardhan