IPWorks S/MIME 2020 Python Edition

Questions / Feedback?

organization Property

The organization of the author (for posting articles).

Syntax

def get_organization() -> str: ...
def set_organization(value: str) -> None: ...

organization = property(get_organization, set_organization)

Default Value

""

Remarks

This property contains the organization of the article's author. If this property contains a non-empty string, an Organization article header is created for the article. This header shows the organization of the author and is used for information purposes only.

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]