libyal / libpff

Library and tools to access the Personal Folder File (PFF) and the Offline Folder File (OFF) format
GNU Lesser General Public License v3.0
286 stars 74 forks source link

Sample Program #38

Closed navaneecse closed 7 years ago

navaneecse commented 7 years ago

share a sample program to convert PST to eml files,I checked sample c/c++ development example,Its unable to open/read PST.

share the steps and program to convert PST to EML.

joachimmetz commented 7 years ago

EML are OLE compound files, and are out of scope of this project.

I checked sample c/c++ development example,Its unable to open/read PST.

check the source of the pfftools, if you need a more detailed example.