The Subject property specifies the Subject: line of an e-mail message.
| SendMailTask Object |
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 |
String
Read/write
HRESULT GetSubject(BSTR *pRetVal);
HRESULT SetSubject(BSTR NewValue);