FormattedText

Represents text.

Properties

The following table lists properties along with their access and descriptions.

Property

Access

Description

Application

R/O

Application. The Application object.

Parent

R/O

Message. The Message object that owns this object.

PlainText

R/W

DEFAULT. String. Plain text without embedded formatting codes. The message body field has a limit of 32,000 characters.

RTF

R/W

String. The text with embedded formatting codes - Rich Text Format (RTF). The message body field has a limit of 32,000 characters.

Unicode

R/O

String. The Unicode version of the text.

Remarks

A FormattedText object is refreshed when its parent object is refreshed.