blind_carbon_copy_recipients property

blind_carbon_copy_recipients property

Gets or sets the array of BCC (blind carbon copy) recipients of the email message.

Definition:

@property
def blind_carbon_copy_recipients(self):
    ...
@blind_carbon_copy_recipients.setter
def blind_carbon_copy_recipients(self, value):
    ...

See Also