Cloud Mail 2020 Python Edition

Questions / Feedback?

message_read_receipt Property

Whether or not a message will request a Read Receipt.

Syntax

def get_message_read_receipt() -> bool: ...
def set_message_read_receipt(value: bool) -> None: ...

message_read_receipt = property(get_message_read_receipt, set_message_read_receipt)

Default Value

FALSE

Remarks

This property determines whether or not messages created with create_draft or messages sent with send_mail will request a Read Receipt.

Copyright (c) 2022 /n software inc. - All rights reserved.
Cloud Mail 2020 Python Edition - Version 20.0 [Build 8308]