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 e-mail address of the sender.
Namespace: Microsoft.SqlServer.Dts.Tasks.SendMailTask
Assembly: Microsoft.SqlServer.SendMailTask (in Microsoft.SqlServer.SendMailTask.dll)
Syntax
'Declaration
Property FromLine As String
Get
Set
'Usage
Dim instance As IDTSSendMailTask
Dim value As String
value = instance.FromLine
instance.FromLine = value
string FromLine { get; set; }
property String^ FromLine {
String^ get ();
void set (String^ value);
}
abstract FromLine : string with get, set
function get FromLine () : String
function set FromLine (value : String)
Property Value
Type: System.String
The e-mail address of the sender.