SecureBlackbox 2020 iOS Edition

Questions / Feedback?

senderAddrAddress (property)

Contains the e-mail address in the form of john@doe.

Syntax

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

Default Value

""

Remarks

Contains the e-mail address in the form of john@doe.com.

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