IPWorks OpenPGP 2020 C++ Edition

Questions / Feedback?

MessageId Property

The Message Identifier for the message.

Syntax

ANSI (Cross Platform)
char* GetMessageId();
int SetMessageId(const char* lpszMessageId); Unicode (Windows) LPWSTR GetMessageId();
INT SetMessageId(LPCWSTR lpszMessageId);
@property (nonatomic,readwrite,assign,getter=messageId,setter=setMessageId:) NSString* messageId;
- (NSString*)messageId;
- (void)setMessageId:(NSString*)newMessageId;
#define PID_PHTMLMAILER_MESSAGEID 38

IPWORKSOPENPGP_EXTERNAL void* IPWORKSOPENPGP_CALL IPWorksOpenPGP_PHTMLMailer_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSOPENPGP_EXTERNAL int IPWORKSOPENPGP_CALL IPWorksOpenPGP_PHTMLMailer_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

"*"

Remarks

This property contains the Message Identifier for the message. When set, the value of MessageId is used as the Message-ID header value of the message. A special value of "*" will automatically generate a random unique identifier for the message.

This property is 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]