Conversion of .msg to .html using Aspose.Email for python via .net

Hi everybody! Please someone tell me the reason why i am unable to convert old .msg(of year 2001) file to .html using Aspose.Email for python via .net on my ubuntu 18.04. Please suggest me how i can convert these .msg to .html. Thanks

Hello @satveer.singh,

Thank you for reporting your case.

Can you, please, provide us with a file sample for investigation on our side?

Hi @margarita.samodurova
These are the sample .msg file in which i am facing issue-sample-msg.zip (8.1 KB)

@satveer.singh,

Thanks for waiting.

We’ve investigated your case and found out that to convert from msg to html successfully it’s necessary to apply the license.

Below is the code we used for convertation:

eml = MailMessage.load('C:\\512581880a2b78db9a2a164eec4a0d6e.msg')
eml.save("C:\\37568bb78a49c58962c88c6cec81c28b.html", SaveOptions.default_html)

You can request a temporary license to evaluate the product without restrictions.