DavidTran
DavidTran

Reputation: 68

Parse msg file from Outlook with Javascript

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

Answers (1)

ADJenks
ADJenks

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

Related Questions