I'm trying to format a string for a new email in outlook but when I use "\n" it doesn't make a return.
Is there a way to fix this? I'm using cocoa to build this app. And I need to have the returns.
Thanks
I'm trying to format a string for a new email in outlook but when I use "\n" it doesn't make a return.
Is there a way to fix this? I'm using cocoa to build this app. And I need to have the returns.
Thanks
I have the issue. To fix it just use the html tag
instead of \n. Outlook must convert the string into an html string, and
is the break tag for HTML.