SendMailTask::ToLine Property
Gets or sets the e-mail addresses of the recipients, delimited by semicolons if there is more than one recipient.
Assembly: Microsoft.SqlServer.SendMailTask (in Microsoft.SqlServer.SendMailTask.dll)
public: property String^ ToLine { virtual String^ get() sealed; virtual void set(String^ value) sealed; }
Implements
IDTSSendMailTask::ToLineThe following code sample creates, configures, and executes a new SendMailTask that uses the ToLine property.
Show: