SecureBlackbox 2020 PHP Edition

Questions / Feedback?

MsgReplyTo Property

The value of the Reply-To header property.

Object Oriented Interface

public function getMsgReplyTo();
public function setMsgReplyTo($value);

Procedural Interface

secureblackbox_imapclient_get($res, 77 );
secureblackbox_imapclient_set($res, 77, $value );

Default Value

''

Remarks

The value of the Reply-To header field.

This field contains the addresses to which the replies to this message should be sent. This field is optional. If not specified, the replies must be sent to the addresses specified in the MsgFrom field.

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]