MailMessage question...

  • Thread starter Thread starter Dave
  • Start date Start date
D

Dave

In the Body of the MailMessage, if I wanted to have a few blank lines
below my message, how would I do that? I know that if I was in VB, I
could probably get away with CHR(13) & CHR(10).

msg.Body = "The attached text file contains Craft labor. ";

Extra Line
Extra Line
Extra Line

What can I use in C#?

Thanks
 
Back
Top