SecureBlackbox 2020 iOS Edition

Questions / Feedback?

msgReplyTo (property)

The value of the Reply-To header property.

Syntax

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

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.

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