recipients property

recipients property

Gets or sets the array of the email recipients.

Definition:

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

See Also