The CCLine property specifies e-mail addresses to include on the CC: line.
object.CCLine[= value]
| Part | Description |
|---|---|
| object | Expression that evaluates to a SendMailTask object |
| value | E-mail addresses to include on the CC: line |
String
Read/write
HRESULT GetCCLine(BSTR *pRetVal);
HRESULT SetCCLine(BSTR NewValue);
E-mail addresses must be separated by semicolons.