SendMailTask::FromLine Property
Gets or sets the e-mail address of the sender.
Assembly: Microsoft.SqlServer.SendMailTask (in Microsoft.SqlServer.SendMailTask.dll)
public: property String^ FromLine { virtual String^ get() sealed; virtual void set(String^ value) sealed; }
Implements
IDTSSendMailTask::FromLineThe following code sample creates, configures, and executes a new SendMailTask that uses the FromLine property.
Show: