recipient property

recipient property

Gets the tag that denotes the original recipients of a mail.

Definition:

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

See Also