0 out of 1 rated this helpful - Rate this topic

Bcc Property (CDONTS NewMail Object)

Exchange Server 2003

Topic Last Modified: 2004-06-09

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


        objNewMail.Bcc 

String

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

  "useraddress@example.com"
 

Multiple recipients on the list are separated by semicolons:

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

 
Did you find this helpful?
(1500 characters remaining)