Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets the subject of the e-mail message.
Namespace: Microsoft.SqlServer.Dts.Tasks.SendMailTask
Assembly: Microsoft.SqlServer.SendMailTask (in Microsoft.SqlServer.SendMailTask.dll)
Syntax
'Declaration
Property Subject As String
Get
Set
'Usage
Dim instance As IDTSSendMailTask
Dim value As String
value = instance.Subject
instance.Subject = value
string Subject { get; set; }
property String^ Subject {
String^ get ();
void set (String^ value);
}
abstract Subject : string with get, set
function get Subject () : String
function set Subject (value : String)
Property Value
Type: System.String
The subject of the e-mail message.