java-libpst
java-libpst copied to clipboard
subset data from large PST and write new PST
Hi. I'm new to Java and would like to use this library to do the following:
- parse a large existing PST file
- extract a subset of data from this PST file
- write a new and smaller PST file containing the new data subset
This is kind of similar to what the OP wants to do as stated in this SE question.
Is this possible to achieve using java-libpst? If so would you please provide some additional resources or code samples which would allow me to learn how to do this?
Thanks!