Reputation: 68
I need to parse msg file and extract email, location from it. There is this question but it doesn't show us how to get specific data from msg file.
How can I do it ?
Upvotes: 2
Views: 3928
Reputation: 3434
This library can do it:
https://github.com/ykarpovich/msg.reader
It appears to work fine and comes with example code.
Upvotes: 1