SecureBlackbox 2020 iOS Edition

Questions / Feedback?

msgSendTo (property)

The value of the To header property.

Syntax

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

Default Value

""

Remarks

The value of the To header field.

This field specifies the address(es) of the primary recipient(s) of the message.

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