CCLine Property

DTS Programming

DTS Programming

CCLine Property

The CCLine property specifies e-mail addresses to include on the CC: line.

Applies To
SendMailTask Object
Syntax

object.CCLine[= value]

Part Description
object Expression that evaluates to a SendMailTask object
value E-mail addresses to include on the CC: line

Data Type

String

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetCCLine(BSTR *pRetVal);

HRESULT SetCCLine(BSTR NewValue);

Remarks

E-mail addresses must be separated by semicolons.

See Also

FileAttachments Property

MessageText Property

Subject Property

ToLine Property