Share via


IDTSSendMailTask.ToLine Property

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 addresses of the recipients.

Namespace:  Microsoft.SqlServer.Dts.Tasks.SendMailTask
Assembly:  Microsoft.SqlServer.SendMailTask (in Microsoft.SqlServer.SendMailTask.dll)

Syntax

'Declaration
Property ToLine As String 
    Get 
    Set
'Usage
Dim instance As IDTSSendMailTask 
Dim value As String 

value = instance.ToLine

instance.ToLine = value
string ToLine { get; set; }
property String^ ToLine {
    String^ get ();
    void set (String^ value);
}
abstract ToLine : string with get, set
function get ToLine () : String 
function set ToLine (value : String)

Property Value

Type: System.String
The e-mail addresses of the recipients.

See Also

Reference

IDTSSendMailTask Interface

Microsoft.SqlServer.Dts.Tasks.SendMailTask Namespace