Consider a MapiMessage object from a PST exported from Outlook. The message body is of type html. If I try to read the mapi property 0x10130102 PidTagBodyHtml using
mapiMessage.getPropertyBytes(MapiPropertyTag.PR_HTML)
it returns a byte array.
If the same message was exported using Aspose api to a PST and the MapiMessage object was read from this exported PST, the api
mapiMessage.getPropertyBytes(MapiPropertyTag.PR_HTML)
returns null.
As a result, the body of the message in the PST is not available when viewed using Kernel outlook PST viewer. [In, outlook the message body looks fine.]
Kindly update on this behavior.