bcc property

List<String>? bcc
final

Recipient(s) of a secret copy of the email.

BCC stands for blind carbon copy. When you BCC people on an email, the BCC list is not visible to other recipients.

Implementation

final List<String>? bcc;