epfromer / pst-extractor

Extract objects from MS Outlook/Exchange PST files
59 stars 18 forks source link

Question about recipient names #12

Open alexreal1314 opened 4 years ago

alexreal1314 commented 4 years ago

Hi, is to possible to add to the PSTRecipient class the recipient's name in addition to the recipient email address?

Regards, Alex

epfromer commented 4 years ago

I plan an update in the next few months and will look into this.

bilal68 commented 3 years ago

@epfromer is it possible to read itemData object from the pst files?? I am trying to parse all the available data from the file but found there is an object missing from the file. can you please address how can we read custom properties using this parser. thanks