SecureBlackbox 2020 iOS Edition

Questions / Feedback?

msgReferences (property)

The value of the References header property.

Syntax

@property (nonatomic,readwrite,assign,getter=msgReferences,setter=setMsgReferences:) NSString* msgReferences;
- (NSString*)msgReferences;
- (void)setMsgReferences:(NSString*)newMsgReferences;
public var msgReferences: String {
  get {...}
set {...} }

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.

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