All -
I'm trying to get the plain text as well as the HTML formatted text from my RichTextEditor, but the GetPlainText method is always returning back empty string. The GetContent method works just fine.
Is this a known issue or am I doing something wrong?
Thank You
string
sPlainText = rtbSMTPMessage.GetPlainText();
string
sHTMLText = rtbSMTPMessage.GetContent(
"html"
);