SecureBlackbox 2020 PHP Edition

Questions / Feedback?

MsgReferences Property

The value of the References header property.

Object Oriented Interface

public function getMsgReferences();
public function setMsgReferences($value);

Procedural Interface

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

Default Value

''

Remarks

The value of the References header field.

A reply message should include a "References:" header field which may be used to identify the "conversation thread". If the initial message is a reply itself, the References of the reply contain combined content of its "References:", "InReplyTo:" and "MessageID:" fields, subject to their presence in the original message.

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]