SecureBlackbox 2020 iOS Edition

Questions / Feedback?

msgInReplyTo (property)

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

Syntax

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

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.

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