I have the following code that I’m using to open up the default email client on the system and the line feeds are not making it to the email client. It’s just one long line in the body. I checked the string, body and it’s fine. Once this line of code is run the issue occurs.
System.GotoURL(“mailto:”+recipient+“?cc=”+iv_cc+“&subject=” + subject + “&body=”+body)
Any ideas?
11 posts - 6 participants