
Originally Posted by
wysota
There needs to be an empty line between the last header ("Subject" in your case) and first line of the body of the message.
Excellent! Here are the results. I tried:
sMessage.append("Subject: " + subject + "\n");
sMessage.append("\r\n" + body);
sMessage.append("Subject: " + subject + "\n");
sMessage.append("\r\n" + body);
To copy to clipboard, switch view to plain text mode
which yielded body text and I tried:
sMessage.append("Subject: " + subject + "\r\n");
sMessage.append(body);
sMessage.append("Subject: " + subject + "\r\n");
sMessage.append(body);
To copy to clipboard, switch view to plain text mode
which also yielded body text. It seems that the "\r" is missing from all of the code snippets in the thread. Thank you! Btw, I am also getting:
X-UIDL: 576795945
X-IMail-ThreadID: b5a1038d0000ddec
appended to the end of my body text. What is that?
Please don't do that. We can see your message very well.
Yes sir.
Bookmarks