Skip to content

CCList

Retrieves the array of "CC" (carbon copy) recipients for the message.

1
readonly Array<MessageContact> myMessage.CCList

Remarks

To add a recipient, use the Message.CC method.

See Also