HiraokaHyperTools / msgreader

35 stars 9 forks source link

Cannot detect if a recipient is TO, CC or BCC #7

Closed bahamut657 closed 3 years ago

bahamut657 commented 3 years ago

It seems that parsing a MSG file, result in a plain list of recipients, but there is no parameter do know if it is part of TO field, CC field or BCC field. Is it possible to add a parameter to qualify each recipient? Regards

kenjiuno commented 3 years ago

Ok I'll check it later

kenjiuno commented 3 years ago

The published v1.4.0 will decode PidTagRecipientType which is written in __recip_version1.0_#00000000/__properties_version1.0 document.

2020-09-28_21h29_04

bahamut657 commented 3 years ago

Thanks a lot. How to download version 1.4.0? I can see only the 1.3.0 on GitHub

kenjiuno commented 3 years ago

Sorry, I forgot to push tags. It is now available: https://github.com/HiraokaHyperTools/msgreader/releases/tag/v1.4.0

bahamut657 commented 3 years ago

Thanks a lot. It works like a charm. You can close the issue

kenjiuno commented 3 years ago

Thx!