this is probably an easy one, I just dont know what it is!
Im trying to add the contents of a field from a query to the 1st line of an email in c#, then have a new line for the rest of the body.
nmail.Body = i.bDesc + MsgBody.Text;
So Id want to put the carriage return between i.bDesc and MsgBody.Text,
Can anyone give me a nudge in the right direction?
thanks
1 Answer