MessageText Property

Return or change the text in the current message part.

Syntax

object.MessageText [= value]

Part Description
object An object expression that evaluates to an InternetMail object.
value A string which specifies the new message text.

Remarks

The MessageText property returns the body of the current message part. Setting this property replaces the entire message body with the new text. Note that setting the property to an empty string deletes the body of the current message part, but does not delete the message part itself.

Data Type

String


Copyright © 2008 Catalyst Development Corporation. All rights reserved.