IPWorks EDI 2020 Python Edition

Questions / Feedback?

include_headers Property

Instructs the class to include the headers in the MessageText and LocalFile.

Syntax

def get_include_headers() -> bool: ...
def set_include_headers(value: bool) -> None: ...

include_headers = property(get_include_headers, set_include_headers)

Default Value

FALSE

Remarks

This property instructs the component to include the headers in the MessageText and LocalFile. If set to true, the headers for the message you are retrieving will be placed before the message body in the message_text property;. If local_file is set, then the headers will be written to that file before the message body. In this manner, the whole content of a MIME-encoded message can be passed to the MIME class for further message processing.

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