100
Views
1
Comments
Solved
Display Email content on screen

Hi,

The requirement is-

  • User should import Outlook mail file (.msg) in reactive web application. 
  • Imported mail should be rendered as HTML on screen

Could you please help us to get the solution or suggest a proper plugin to achieve this requirement?

Best Regards,

Nitin

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP
Solution

Hi Nitin,

Unfortunately, the Outlook MSG format is a properietary Microsoft format, and it's therefore not possible to easily extract the content. There may be some commercial tools, but I can't find anything in the Forge, and OutSystems definitely does not support it natively.

Your only option is to look for a commercial library like Aspose.Email that can handle MSG files, and write an extension in Integration Studio that exposes the necessary APIs.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.