Click here to Skip to main content
15,902,845 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to read the content of .msg format file which stored in local drive through console by using c++. Please give me guide lines.

What I have tried:

I tried to retrieve content as like normal .txt files. First i dont have idea on .msg format.
Posted
Updated 21-Sep-16 1:23am

1 solution

For the file format specification see [MS-OXMSG]: Outlook Item (.msg) File Format[^].

The format is based on the Compound File Binary File Format (see [MS-CFB]: Compound File Binary File Format[^]). Note that implementing a reader is a quite complex task. So it might help to search for existing code to read CFB files.
 
Share this answer
 
Comments
CPallini 21-Sep-16 8:23am    
5.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900