المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : new line is not showing



C# Programming
09-07-2009, 11:42 PM
I am using this code to send an email using MailMessage:

msg.Body = txtMessage.Text;

but it's all coming as one paragraph without the line breaks though I have enter key between every paragraph?

how can I fix this in Windows Application?