New Line is not functioning within For Each Loop

Hi @jschuckmann,

You can try with like below

09/02/2016 12:25 PM + Environment.NewLine + “” + “TEST”

Pass a empty string after Environment.Newline, It might works

Thanks

I just tried that and no luck with the empty string. I just can’t seem to figure out why it will double space with no issue if I end with Environment.NewLine + Environment.NewLine, but has such an issue with only one Environment.NewLine entry.

I finally figured it out. I had to go in and set the email body to HTML and change all of the Environment.NewLine to <br>

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.