def _get_reply_to(self): return utf82unicode(pn_message_get_reply_to(self._msg))
def reply_to(self) -> Optional[str]: """The reply-to address for the message. :raise: :exc:`MessageException` if there is any Proton error when using the setter. """ return utf82unicode(pn_message_get_reply_to(self._msg))