IPWorks S/MIME 2020 Python Edition

Questions / Feedback?

input_message_headers_string Property

String version of headers from the SMIME message.

Syntax

def get_input_message_headers_string() -> str: ...
def set_input_message_headers_string(value: str) -> None: ...

input_message_headers_string = property(get_input_message_headers_string, set_input_message_headers_string)

Default Value

""

Remarks

This property contains the string version of headers from the SMIME message.

This property may be set to the headers of the message that will be decrypted/verified.

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