IPWorks EDI 2020 Python Edition

Questions / Feedback?

message_text Property

The body of the retrieved message.

Syntax

def get_message_text() -> str: ...
def set_message_text(value: str) -> None: ...

message_text = property(get_message_text, set_message_text)

Default Value

""

Remarks

The class fills out this property with the contents of the message body (in RFC822 format) when a call to fetch_message_text completes successfully.

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