Hello, I'm currently integrating an API into my application. This API sends out emails, but linebreaks needs to be in \n format. Now, my question is how do I replace the regular (I suppose enviroment.newline) with \n. I tried to do a txtMailMessage.Text.Replace(.....) but it does not work.
Thanks in advance