IPWorks OpenPGP 2020 C++ Edition

Questions / Feedback?

ReplyTo Property

A mail address to which to reply (optional).

Syntax

ANSI (Cross Platform)
char* GetReplyTo();
int SetReplyTo(const char* lpszReplyTo); Unicode (Windows) LPWSTR GetReplyTo();
INT SetReplyTo(LPCWSTR lpszReplyTo);
@property (nonatomic,readwrite,assign,getter=replyTo,setter=setReplyTo:) NSString* replyTo;
- (NSString*)replyTo;
- (void)setReplyTo:(NSString*)newReplyTo;
#define PID_PFILEMAILER_REPLYTO 46

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

Default Value

""

Remarks

If this property contains a non-empty string, a Reply-To SMTP header is created for the message. This header shows the address to use for replies (useful if this address is different from the one in From).

If the resulting header is longer than MaxHeaderLength, then it is folded according to RFC 822 specifications.

Data Type

String

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