Platform SDK: CDO 1.2.1

Cc Property (CDONTS NewMail Object)

The Cc property adds to the list of copy (Cc) recipients for the NewMail object. Write-only.

Syntax

objNewMail.Cc 
 

Data Type

String

Remarks

The value you use to set the Cc property can represent a single recipient or a list of recipients. Each recipient must be represented by a full messaging address:

  "useraddress@microsoft.com" 
 

Multiple recipients on the list are separated by semicolons:

  "user1@microsoft.com;user2@microsoft.com;user3@microsoft.com"