SecureBlackbox 2020 PHP Edition

Questions / Feedback?

MsgInReplyTo Property

The value of the In-Reply-To header property.

Object Oriented Interface

public function getMsgInReplyTo();
public function setMsgInReplyTo($value);

Procedural Interface

secureblackbox_mailwriter_get($res, 49 );
secureblackbox_mailwriter_set($res, 49, $value );

Default Value

''

Remarks

The value of the In-Reply-To header field.

A reply message should have the "In-Reply-To:" header field which may be used to identify the message (or messages) to which the new message is a reply.

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]