SecureBlackbox 2020 PHP Edition

Questions / Feedback?

MsgReturnPath Property

The value of the Return-Path header property.

Object Oriented Interface

public function getMsgReturnPath();
public function setMsgReturnPath($value);

Procedural Interface

secureblackbox_smtpclient_get($res, 70 );
secureblackbox_smtpclient_set($res, 70, $value );

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 not available at design time.

Data Type

String

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