IPWorks OpenPGP 2020 C++ Edition

Questions / Feedback?

MessageReplyTo Property

Email address(s) where replies to the message should be sent.

Syntax

ANSI (Cross Platform)
char* GetMessageReplyTo();

Unicode (Windows)
LPWSTR GetMessageReplyTo();
@property (nonatomic,readonly,assign,getter=messageReplyTo) NSString* messageReplyTo;
- (NSString*)messageReplyTo;
#define PID_PIMAP_MESSAGEREPLYTO 65

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

Default Value

""

Remarks

This property contains the email address(s) where replies to the message should be sent. There are cases when a message may have more than one Reply-To address. If this is the case, the addresses are provided in this property separated by commas.

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]