Homecity,
>>How can I grab just the plain-text message?
Please use the following properties:
Editor.PlainText Property
Retrieves the CuteEditor HTML content in plain text format.
Remarks
This property is read-only. If you want to store the document text in a database which is searchable, you can use the output of this property to create an HTML-free copy for indexing.
Example
string plainText = editor1.PlainText;
Editor.PlainTextWithLinefeeds Property
Retrieves the CuteEditor HTML content in plain text format and replace carriage returns with the appropriate br and p tags for breaks.
Remarks
This property is read-only. If you want to store the document text in a database which is searchable, you can use the output of this property to create an HTML-free copy for indexing.
Example
string plaintextwithlinefeeds = editor1.PlainTextWithLinefeeds;
asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
asp wysiwyg html editor: http://cutesoft.net/ASP
asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
Live Support: http://cutesoft.net/live-support/default.aspx