2

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 ?

Community
  • 1
  • 1
DavidTran
  • 68
  • 1
  • 7

1 Answers1

1

This library can do it:

https://github.com/ykarpovich/msg.reader

It appears to work fine and comes with example code.

ADJenks
  • 2,973
  • 27
  • 38