SecureBlackbox 2020 Python Edition

Questions / Feedback?

msg_return_path Property

The value of the Return-Path header property.

Syntax

def get_msg_return_path() -> str: ...

msg_return_path = property(get_msg_return_path, None)

Default Value

""

Remarks

The value of the Return-Path header field.

This field contains the address to which this message shall be returned in case of unsuccessful delivery.

This property is read-only.

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