1.0.0 • Published 1 year ago
@bitcircuit/pst-api v1.0.0
Node.JS (& Typescript) PST API
Extract objects from MS Outlook/Exchange PST files
Features
Extract objects from MS Outlook/Exchange PST files.
This is based off code from https://github.com/rjohnsondev/java-libpst. Thanks to Richard Johnson and Orin Eman.
A spec from Microsoft on the PST file format is at https://msdn.microsoft.com/en-us/library/ff385210(v=office.12).aspx.
Install
npm install --save pst-extractor
or
yarn add pst-extractor
Usage
Start with the example app to walk the PST and print out the folder structure to the console. Also, most of the major objects have Jest test specs which show how the object attributes can be accessed.
cd example
npm startor
cd example
yarn start1.0.0
1 year ago