Share via


IDTSSendMailTask.FromLine Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

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