Message Property  
 

Gets and sets the current message headers and body.

Syntax

object.Message [= value ]

Remarks

The Message property returns the current message, including the headers and all message parts, as a string. Setting this property will cause the current message to be cleared and replaced by the new value. The string contents must follow the standard specifications for a message. If the property is set to an empty string, the current message is cleared.

Data Type

String

See Also

Text Property, ExportMessage Method, ImportMessage Method