用程序来发plain text email,部分换行符在outlook中显示时会被转成空格,原因是:
http://stackoverflow.com/questions/3931409/mailmessage-sent-string-as-body-without-newline-in-outlook
http://support.microsoft.com/kb/287816
解决方案是send html format email
本文探讨了使用程序发送纯文本邮件时遇到的问题,在Outlook中部分换行符被转换为空格的情况,并提供了解决方案,即通过发送HTML格式的邮件来避免此问题。
用程序来发plain text email,部分换行符在outlook中显示时会被转成空格,原因是:
http://stackoverflow.com/questions/3931409/mailmessage-sent-string-as-body-without-newline-in-outlook
http://support.microsoft.com/kb/287816
解决方案是send html format email
4980

被折叠的 条评论
为什么被折叠?
