I did create a PST using Aspose Email Java.
Everything works fine, except that when opening the pst in Outlook the recipients are not showing up on the messages.
Even if i save an email from outlook as mymessage.msg and then create a pst like:
pst.getRootFolder().getSubFolder(“myInbox”).addMessage(MapiMessage.fromFile("./mymessage.msg"));
it shows the same behaviour.
If i load the pst in outlook the message from the pst will look like the original, except that no recipients are shown.
Is this a known issue?