I have a RTF textbox that contains multiline text. I would like to extract the text only from this box to put in an e-mail.
I know that RTFBox.Text will return the plain text but it seems that it strips out the CRLF's as well and I need to keep those for the e-mail.
Thanks in advance for any help.