0 votes

HTML code of an MSG e-mail is read incorrectly.
With some Msg mails it comes to that umlauts like ä ü ö are not correctly decdiert. In Outlook, you are displayed correctly.

by

1 Answer

0 votes

Are you sure that resulting html doesn't include charset info?

Please contact us directly with the msg file.
You can find our email address on the bottom of this page.

Make sure you save html data to file using raw bytes:

IMail email = ...;
File.WriteAllBytes("c:\\body.html", email.HtmlData.Data);
by (297k points)
edited by
I can not send an e-mail, because I have the confirmation from the server "Diagnostic information for administrators:
Generating server: googlemail.com
Support@limilabs.com
# <# 5.0.0 smtp; Your email to group support@limilabs.com what is the reason for spam classification. To address this issue: * Contact the owner of the group, who can choose to enable the message moderation instead of bouncing these emails. * Set up SPF records for your sending domain if you have not done so already. "# SMTP #" ".
...