MessageText Property (DTS)

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 an object in the Applies To list
value Body of an e-mail message

Data Type

String

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetMessageText(BSTR *pRetVal);

HRESULT SetMessageText(BSTR NewValue);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.