SecureBlackbox 2020 C++ Edition

Questions / Feedback?

MsgReferences Property

The value of the References header property.

Syntax

ANSI (Cross Platform)
char* GetMsgReferences();

Unicode (Windows)
LPWSTR GetMsgReferences();
@property (nonatomic,readonly,assign,getter=msgReferences) NSString* msgReferences;
- (NSString*)msgReferences;
#define PID_POP3CLIENT_MSGREFERENCES 67

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

Default Value

""

Remarks

The value of the References header field.

A reply message should include a "References:" header field which may be used to identify the "conversation thread". If the initial message is a reply itself, the References of the reply contain combined content of its "References:", "InReplyTo:" and "MessageID:" fields, subject to their presence in the original message.

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]