Hi,
I am having an issue when I try to load some eml files, the exception message is:
--System.ArgumentException: 'windows-1252http-equivContent-Type' is not a supported encoding name.
The code:
MailMessage message = MailMessage.Load("example.eml", MessageFormat.Eml);
I am using the latest version of Aspose.Email.
I have one eml file to analyzed it and reproduced this issue, if you needed just let me know.
Please if there is something that you could do to fix this I'll really apreciate.
Thanks,