carbon_copy_recipients property

carbon_copy_recipients property

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

Definition:

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

See Also