Subject Property

DTS Programming

DTS Programming

Subject Property

The Subject property specifies the Subject: line of an e-mail message.

Applies To
SendMailTask Object
Syntax

object.Subject[= value]

Part Description
object Expression that evaluates to a SendMailTask object
value Subject line of an e-mail message

Data Type

String

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetSubject(BSTR *pRetVal);

HRESULT SetSubject(BSTR NewValue);

See Also

CCLine Property

MessageText Property

ToLine Property