MsgNoteText Property

       

Specifies the text body of the message. This property is not available at design time. It is read-only unless MsgIndex is set to –1.

Syntax

object.MsgNoteText [ = value ]

The MsgNoteText property syntax has these parts:

Part Description
Object An object expression that evaluates to an object in the Applies To list.
Value A string expression specifying message text.

Remarks

This property consists of the entire textual portion of the message body (minus any attachments). An empty string indicates no text.

For inbound messages, each paragraph is terminated with a carriage return-line feed pair (0x0d0a). For outbound messages, paragraphs can be delimited with a carriage return (0x0d), line feed (0x0a), or a carriage return-line feed pair (0x0d0a). The value of MsgNoteText depends on the currently indexed message, as selected by the MsgIndex property.

Data Type

String