IPWorks EDI 2020 Python Edition

Questions / Feedback?

read_receipt_to Property

Email address to send a read receipt to.

Syntax

def get_read_receipt_to() -> str: ...
def set_read_receipt_to(value: str) -> None: ...

read_receipt_to = property(get_read_receipt_to, set_read_receipt_to)

Default Value

""

Remarks

When this property is set, a Disposition-Notification-To header is added to the message. This property should be set to an email address which should receive the read-receipt.

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