IPWorks S/MIME 2020 Python Edition

Questions / Feedback?

article_from Property

The email address of the author (for posting articles).

Syntax

def get_article_from() -> str: ...
def set_article_from(value: str) -> None: ...

article_from = property(get_article_from, set_article_from)

Default Value

""

Remarks

This property contains the email address of the author (for posting articles). The string in this property is posted with a From article header to the news server.

If the resulting header is longer than MaxHeaderLength, then it is folded according to RFC 850 specifications.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks S/MIME 2020 Python Edition - Version 20.0 [Build 8154]