Subject Property (DTS)

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 an object in the Applies To list
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);

  


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