So:
Returns the contents of a rich text item as plain text.
Defined in NotesRichTextItem
Syntax
plainText$ = notesRichTextItem.GetFormattedText( tabstrip, lineLength% )
Parameters
tabstrip
Boolean. If True, tabs are replaced by spaces in the resulting plain text. If False, tabs are retained.
lineLength%
Integer. Number of characters at which to wrap (carriage return and line feed) lines of text. Zero means 80 characters. Words without white space are not wrapped.
Return value
plainText$
String. The contents of the rich text item, as plain text.
Andreas