IPWorks S/MIME 2020 Python Edition

Questions / Feedback?

internal_headers Property

The headers of the MIME entity inside the encrypted or signed message.

Syntax

def get_internal_headers() -> str: ...
def set_internal_headers(value: str) -> None: ...

internal_headers = property(get_internal_headers, set_internal_headers)

Default Value

""

Remarks

After an encryption, decryption, signing, or verification operation is completed, this property shows the headers of the encrypted or signed message part.

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