subject property
subject property
Gets or sets email Subject.
Definition:
@property
def subject(self):
...
@subject.setter
def subject(self, value):
...
See Also
- module
groupdocs.signature.domain.extensions
- class
Email
Gets or sets email Subject.
@property
def subject(self):
...
@subject.setter
def subject(self, value):
...
groupdocs.signature.domain.extensions
Email