IPWorks S/MIME 2020 Python Edition

Questions / Feedback?

article_headers Property

The full headers of the article as retrieved from the server.

Syntax

def get_article_headers() -> str: ...

article_headers = property(get_article_headers, None)

Default Value

""

Remarks

This property contains the full headers of the article as retrieved from the server. If the class is not connected or the current_article is empty, the value of this property is an empty string. Otherwise, it contains the full headers of the article as reported by the server.

The news_server is asked about the headers of the article only if the current_article property has changed. If current_article has not changed, the class returns a cached value.

This property is read-only.

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