IPWorks S/MIME 2020 Python Edition

Questions / Feedback?

article_reply_to Property

The address to reply to (for posting articles).

Syntax

def get_article_reply_to() -> str: ...
def set_article_reply_to(value: str) -> None: ...

article_reply_to = property(get_article_reply_to, set_article_reply_to)

Default Value

""

Remarks

This property contains the address to reply to (for posting articles). If this property contains a non-empty string, a Reply-To article header is created for the article. This header shows the address to use for replies (useful if this address is different from the one in article_from).

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]