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