SecureBlackbox 2020 iOS Edition

Questions / Feedback?

msgFrom (property)

Contains the value of the From header property.

Syntax

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

Default Value

""

Remarks

Contains the value of the From header field.

This field contains the address(es) of the message author(s). If the actual sender is not the author of the message, use MsgSender to specify the sender separately.

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