Getting plain text body of a email produce undesired result

Hello team,

I’ve a question regards conversion html email (msg file from outlook) into plain text.

For some reason http entities conversion into text work on a wired way.

At email body we have a copyright symbol which represented as ® and when I getting text version of a email (MailMessage.GetBody) I got ® instead ©

Does anybody know what might went wrong?

Thank you.

Hi @ebezdomnikov
Could you share your sample code and source file for investigation?