SecureBlackbox 2020 C++ Edition

Questions / Feedback?

MsgBcc Property

The contents of the BCC header property.

Syntax

ANSI (Cross Platform)
char* GetMsgBcc();

Unicode (Windows)
LPWSTR GetMsgBcc();
@property (nonatomic,readonly,assign,getter=msgBcc) NSString* msgBcc;
- (NSString*)msgBcc;
#define PID_POP3CLIENT_MSGBCC 53

SECUREBLACKBOX_EXTERNAL void* SECUREBLACKBOX_CALL SecureBlackbox_POP3Client_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

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.

This property is read-only and not available at design time.

Data Type

String

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