SendMailTask::BCCLine Property

 

Gets or sets the e-mail addresses of the blind carbon copy recipients, delimited by semicolons when there is more than one.

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

public:
property String^ BCCLine {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

A String containing the e-mail addresses of the blind carbon copy recipients.

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

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