While Converting EMLX to EML body content distracted

Hi
I am trying to convert EMLX to EML while covert body character get loss
I am using below code:

For Load EMLX file
f_objEmlxLoadOptions = new EmlxLoadOptions();							
f_objEmlxLoadOptions.setPreserveEmbeddedMessageFormat(true);
f_objMailMessage = MailMessage.load(f_filePaths.getAbsolutePath(), f_objEmlxLoadOptions);

For Save EML file
f_objMailMessage.save(f_StrDestinationPath,SaveOptions.getDefaultEml());

Please check the attachment I am attaching both input and output file
Please help me out from this
Archive.zip (67.0 KB)

@ssherekar,

Thank you for contacting Aspose support team.

This issue is reproduced and logged under Id:EMAILJAVA-34314 for further investigation by the product team. You will be automatically notified once any update is received in this regard.

Hi kashif.iqbal,
Is there any update on this.
Please help me out…

@ssherekar,

The issue is under investigation by our Product team. We’ll update you here once there is further information or a fix version available in this regard.

@ssherekar,

Please download the latest version of Aspose.Email for Java 17.10 where this issue has been fixed.