If create the body property as
System.Net.Mail.MailMessage message = new System.Net.Mail.MailMessage(); message.Body =\"First Line \\n second line\";
Try using a StringBuilder object and use the appendline method. That might work.