Skip to content

CCList

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

Type

1
Array<[MessageContact](./MessageContact/index.md)>

Declaration

1
readonly Array<MessageContact> myMessage.CCList

Remarks

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

See Also