IPWorks MQ 2020 Python Edition

Questions / Feedback?

message_subject Property

This is the subject of the current message.

Syntax

def get_message_subject() -> str: ...
def set_message_subject(value: str) -> None: ...

message_subject = property(get_message_subject, set_message_subject)

Default Value

""

Remarks

message_subject will contain any subject associated with the message. Most Jabber clients will ignore the subject unless the message is of type "headline".

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