Inline Attachments issue

Hi there,
I am trying to load msg files to pst using Aspose.Email.dll(ver 6.0.0).I wrote the following code
MapiMessage pMail = null;
pMail = MapiMessage.FromFile(pMsgPath);
f_FolderInfo.AddMessage(pMail);

But it is not giving me appropriate results.It does not show inline attachments as it is. But I checked original msg it shows properly.

Please help

Hi Shital,


Thank you for writing to Aspose support team.

I have tried this scenario by adding a message (with multiple types of inline attachments) to PST and opened it in Outlook. No issue is observed and all the inline attachments are displayed properly. Could you please share the original MSG file for testing here? It will help us to re-produce the scenario and provide assistance accordingly.