rjohnsondev / java-libpst

A library to read PST files with java, without need for external libraries.
249 stars 122 forks source link

EntryId of PSTMessage #94

Open naty55 opened 3 years ago

naty55 commented 3 years ago

In PST file every object gets an entry id so you can easily get Message from the file, how can I find it in PSTMessage ? (even if not directly trough the API) thanks (reference - here )