Skip to content

CCList

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

Type

Array<MessageContact> (MessageContact)

Declaration

1
readonly Array<MessageContact> myMessage.CCList

Remarks

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

See Also