SecureBlackbox 2020 iOS Edition

Questions / Feedback?

msgSender (property)

The value of the Sender header property.

Syntax

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

Default Value

""

Remarks

The value of the Sender header field.

This field specifies the mailbox of the agent responsible for the actual transmission of this message. If the originator of the message can be indicated by a single mailbox and both the author and the transmitter are identical, the "Sender:" field is deemed excessive and should not be used.

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