MessageText Property

DTS Programming

DTS Programming

MessageText Property

The MessageText property is the body of an e-mail message.

Applies To
SendMailTask Object
Syntax

object.MessageText[= value]

Part Description
object Expression that evaluates to a SendMailTask object
value Text string that is the body of an e-mail message

Data Type

String

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetMessageText(BSTR *pRetVal);

HRESULT SetMessageText(BSTR NewValue);

See Also

CCLine Property

Subject Property

ToLine Property