CCLine Property (DTS)

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 an object in the Applies To list
value E-mail addresses to include on the CC: line

Remarks

E-mail addresses must be separated by semi-colons.

Data Type

String

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetCCLine(BSTR *pRetVal);

HRESULT SetCCLine(BSTR NewValue);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.