You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PST files have a proprietary format specification described here. AFAIK, the message body is stored either in plain text or in html.
The java-libpst library, which pstconv uses to parse PST files, actually allows to get the message body in both formats (text and html) under certain conditions.
For more information, please check the code from PSTMessage class, specifically the methods getBody() and getBodyHtml() .
Do you know what format use Microsoft to store its mails in OST/PST files? HTML/EML/MESSAGE/etc.
The text was updated successfully, but these errors were encountered: