IPWorks OpenPGP 2020 C++ Edition

Questions / Feedback?

MessageInReplyTo Property

The unique message identifier of the message this one is in reply to.

Syntax

ANSI (Cross Platform)
char* GetMessageInReplyTo();

Unicode (Windows)
LPWSTR GetMessageInReplyTo();
@property (nonatomic,readonly,assign,getter=messageInReplyTo) NSString* messageInReplyTo;
- (NSString*)messageInReplyTo;
#define PID_PIMAP_MESSAGEINREPLYTO 48

IPWORKSOPENPGP_EXTERNAL void* IPWORKSOPENPGP_CALL IPWorksOpenPGP_PIMAP_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

""

Remarks

The class fills out this property with the value of the In-Reply-To: message header.

This value can be useful when threading messages by referring to the message you are replying to.

The unique message identifier of the message itself is given by the MessageNetId property.

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

Data Type

String

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