Cc Property  
 

Gets and sets the list of addresses that should receive a copy of the current message.

Syntax

object.Cc [= value ]

Remarks

The Cc property returns the list of addresses that received a copy of the current message. If there is no current message, or the Cc header field is not defined, then this property will return an empty string.

Setting the Cc property creates or changes the value of the Cc header field in the message and specifies additional recipients of the message. Multiple addresses may be specified by separating them with a comma. Each address must conform to the standard Internet address format.

Data Type

String

See Also

Bcc Property, From Property, ReplyTo Property, To Property