MSG to EML conversion problem

Hi,

I’m evaluating Aspose.Email version 19.7.0, installed with nuget on visual studio 2017.

I need to convert signed messages (.msg format) extracted from PST to eml format.

When I try to save signed msg to eml, signature is preserved but subject is lost!

This is my code:

    MailMessage mailMessage22 = MailMessage.Load(msgPath);


    EmlSaveOptions options = new EmlSaveOptions(MailMessageSaveType.EmlFormat);

    options.PreserveSignedContent = true;

    mailMessage22.Save(outPath, options);

this msg file I’ve tryied to convert

7d68fcce-467b-4645-af89-46a970414e5c.msg.zip (11.3 KB)

@elena.aralla,

I have worked with the sample file shared by you and have created an issue with ID EMAILNET-39550 in our issue tracking system to further investigate and resolve the issue. This thread has been linked with the issue so that you may be notified once the issue will be fixed.

The issues you have found earlier (filed as EMAILNET-39550) have been fixed in this update.