Cloud Mail 2020 Python Edition

Questions / Feedback?

message_reply_to Property

Email address(s) where replies to the message should be sent.

Syntax

def get_message_reply_to() -> str: ...

message_reply_to = property(get_message_reply_to, None)

Default Value

""

Remarks

This property contains the email address(s) where replies to the message should be sent. There are cases when a message may have more than one Reply-To address. If this is the case, the addresses are provided in this property separated by commas.

This property is read-only.

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