Skip to content

BCCList

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

1
readonly Array<MessageContact> myMessage.BCCList

Remarks

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

See Also