The CCLine property specifies e-mail addresses to include on the CC: line.
| SendMailTask Object |
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 |
E-mail addresses must be separated by semi-colons.
String
Read/write
HRESULT GetCCLine(BSTR *pRetVal);
HRESULT SetCCLine(BSTR NewValue);