email property

email property

Gets or sets a email that will be displayed in signature line.

Definition:

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

See Also