EML convert MSG, have some chinese mess code in subject

During the product experience, I tried to convert the EML file into an MSG file, but found that there was garbled characters in the title. What causes this?

The conversion code is as follows:

MailMessage eml = MailMessage.load(“sourceFile.eml”);
//Save to MSG
eml.save(“MSG_out.msg”, SaveOptions.getDefaultMsgUnicode());

thanks!

1.png (34.9 KB)

@q152625424

Could you please ZIP and attach your EML and problematic MSG files here for testing? We will investigate the issue and provide you more information on it.

sure.
see attachment.
test.zip (12.0 KB)

@q152625424

We have logged this problem in our issue tracking system as EMAILJAVA-35100. You will be notified via this forum thread once this issue is resolved.

We apologize for your inconvenience.

:grinning::grinning::grinning::grinning:THANKS