how to give new line in mailmessage.body section
System.Environment.NewLine
If you format your email as HTML you can add a <br />
to it.
To format as HTML use the IsBodyHtml property of the MailMessage class.
http://msdn.microsoft.com/en-us/library/system.net.mail.mailmessage.isbodyhtml.aspx