The Subject property specifies the Subject: line of an e-mail message.
object.Subject[= value]
| Part | Description |
|---|---|
| object | Expression that evaluates to a SendMailTask object |
| value | Subject line of an e-mail message |
String
Read/write
HRESULT GetSubject(BSTR *pRetVal);
HRESULT SetSubject(BSTR NewValue);