SecureBlackbox 2020 iOS Edition

Questions / Feedback?

ccAddrDisplayName (property)

Contains the friendly name of the user of this address, such as John Doe.

Syntax

- (NSString*)ccAddrDisplayName:(int)ccAddrIndex;
- (void)setCcAddrDisplayName:(int)ccAddrIndex:(NSString*)newCcAddrDisplayName;
public func ccAddrDisplayName(ccAddrIndex: Int32) throws -> String
public func setCcAddrDisplayName(ccAddrIndex: Int32, newCcAddrDisplayName: String) throws -> Void

Default Value

""

Remarks

Contains the friendly name of the user of this address, such as John Doe.

The CcAddrIndex parameter specifies the index of the item in the array. The size of the array is controlled by the CcAddrCount property.

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