I have:
msg.Body = "line1\nline2";
This text appears in Outlook 2003 as one line.
I tried combinations with same result: \n \r \r\n
What do I wrong ?
Log in to post a comment.
I have:
msg.Body = "line1\nline2";
This text appears in Outlook 2003 as one line.
I tried combinations with same result:
\n
\r
\r\n
What do I wrong ?