Hello,
I have a string defined in the web.config. Basically its a tokenized string that I readin and do a myString.Replace("||name||",name). The problem is that I have a \n to indicate a new line. When I read in the stirng and send the string in the body of an email it doesnt put the new line/return in the email. It just shows up as \n. I have tried Environment.NewLine, I have tired ascii codes with no luck. Does anyone know how to do this. Other wise i have to do it by brute force...urgh
Thanks for any help!!!!
I have a string defined in the web.config. Basically its a tokenized string that I readin and do a myString.Replace("||name||",name). The problem is that I have a \n to indicate a new line. When I read in the stirng and send the string in the body of an email it doesnt put the new line/return in the email. It just shows up as \n. I have tried Environment.NewLine, I have tired ascii codes with no luck. Does anyone know how to do this. Other wise i have to do it by brute force...urgh
Thanks for any help!!!!