Opening the converted .eml in Outlook and then hitting reply leads to the To email address not being resolved (due to the missing From) but this resolves correctly in the original .msg email.
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.
Issue ID(s): EMAILNET-41281
You can obtain Paid Support Services if you need support on a priority basis, along with direct access to our Paid Support management team.
Hi @mvDev
This is not an Aspose.Email bug. The source file stores the sender’s email address in Exchange format. This format does not make sense for the EML format. Outlook gets the correct SMTP address from the TRANSPORT_MESSAGE_HEADERS property. To replicate this behavior using Aspose.Email you can use the code below: