c# - English mail displays Chinese characters in some email clients -


I have an application to send an English and / or check email, which is correct in some EME clients (Outlook 2010) Is displayed but displays in the second I am setting a message for a bunch of Chinese characters. Body encoding = systemtext.nncoding.unicode , but it seems I should do something else ... but it seems that I do not know :) Would any help really be appreciated? According to

, try using UTF 8 encoding this way:

  messages. Body encoding = systemtext Encoding.utf8;  

Comments

Popular posts from this blog

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

c# - MySQL Parameterized Select Query joining tables issue -