Read PST file structure using VC++
-
How to read .PST file using VC++? What is the structure to read .PST files using Files. knarasimharao
-
How to read .PST file using VC++? What is the structure to read .PST files using Files. knarasimharao
What are PST files ? You can perhaps find the file format by googling (I didn't find it on http://www.wotsit.org[^])
-
What are PST files ? You can perhaps find the file format by googling (I didn't find it on http://www.wotsit.org[^])
-
I think yes How to read pst file format http://www.mailnavigator.com/reading_ms_outlook_pst_files.html[^]
-
I think yes How to read pst file format http://www.mailnavigator.com/reading_ms_outlook_pst_files.html[^]
Hi, I am asking the file structure for reading .PST files. Becuase I have to open .PST files using File Handling in VC++ in binary mode, and I have to read the messages and display on the correcsponding Rich Edit Control. If you know the structure of .PST file, that helps alot to me. Because structure contains the size of each column like sender name, receivers name, message and so on. knarasimharao