'Processing a .msg file in java [closed]

I am planning on parsing an outlook .msg file in Java - the message body will be a number of tables which I need to process - as such I was wondering if anyone might be able to suggest:

  1. the best library for processing these messages
  2. any tips on extracting the tables from the message content


Solution 1:[1]

You can use Redemption (I am its author) and its RDOSession.GetMessageFromMsgFile method.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1