SecureBlackbox 2020 iOS Edition

Questions / Feedback?

msgBcc (property)

The contents of the BCC header property.

Syntax

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

Default Value

""

Remarks

The contents of the BCC header field.

The BCC header field contains the addresses of secondary recipients of the message whose addresses are not to be revealed to other recipients of the message. Mail servers remove the BCC header when processing the message and use its value for dispatching the message only.

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