SendMailTask::FromLine Property

 

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)

public:
property String^ FromLine {
	virtual String^ get() sealed;
	virtual void set(String^ value) sealed;
}

Property Value

Type: System::String^

A String containing the e-mail address of the sender.

The following code sample creates, configures, and executes a new SendMailTask that uses the FromLine property.

No code example is currently available or this language may not be supported.
Return to top
Show: