Hi,
I have used all newline characters such as Environment.NewLine, "\r\n",
StringBuilder.AppendLine(). But when the mail body string has contructed, it
contains only "\r\n". Ok it is normal, but when i send this string as a body
of the mail, it does not recognize '\r\n' as an newline character. I hope
you understand my case. Thanks...
"Simon Hart" <srhartone[no spam]@yahoo.com> wrote in message
news:%2****************@TK2MSFTNGP05.phx.gbl...
Can you not use System.Environment.NewLine?
Simon.
"Adam Right" <ad**@right.com> wrote in message
news:u2**************@TK2MSFTNGP05.phx.gbl... Hi,
Is there a way to construct the mail body including newline characters by
using .net framework mailing functions when sending an email? I cannot
insert newline character into the body of the mail.
Thanks...