IPWorks EDI 2020 Python Edition

Questions / Feedback?

parse_html Property

Controls the behavior of the MessageHTML property.

Syntax

def get_parse_html() -> bool: ...
def set_parse_html(value: bool) -> None: ...

parse_html = property(get_parse_html, set_parse_html)

Default Value

TRUE

Remarks

This property controls the behavior of the message_html property. If parse_html is set to False, you must provide valid values in message_html, message_text, and images.

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