MessageText Property
The plain text version of the message.
Syntax
phtmlmailercontrol.MessageText[=string]
Default Value
""
Remarks
This property is a plain text version of the HTML message. This is necessary for recipients with legacy mail readers that do not support HTML.
The MessageHTML property contains the HTML version of the message. When MessageHTML is set, the control automatically computes a plain text version of the text and puts it into this property. You may choose to override this default text with your own version.
Data Type
String