SendMailTask::Subject Property
Gets or sets the subject of the e-mail message.
Assembly: Microsoft.SqlServer.SendMailTask (in Microsoft.SqlServer.SendMailTask.dll)
public: property String^ Subject { virtual String^ get() sealed; virtual void set(String^ value) sealed; }
Implements
IDTSSendMailTask::SubjectThe following code sample creates, configures, and executes a new SendMailTask that uses the Subject property.
Show: