IPWorks EDI 2020 Python Edition

Questions / Feedback?

return_path Property

Sets the Return-Path to be used for sending email.

Syntax

def get_return_path() -> str: ...
def set_return_path(value: str) -> None: ...

return_path = property(get_return_path, set_return_path)

Default Value

""

Remarks

Setting this property sets the Return-Path to be used for sending email. If this is not set, the value in the from_ property is used.

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