ReadReceiptTo Property

Email address to send a read receipt to.

Syntax

ANSI (Cross Platform)
char* GetReadReceiptTo();
int SetReadReceiptTo(const char* lpszReadReceiptTo); Unicode (Windows) LPWSTR GetReadReceiptTo();
INT SetReadReceiptTo(LPCWSTR lpszReadReceiptTo);
@property (nonatomic,readwrite,assign,getter=readReceiptTo,setter=setReadReceiptTo:) NSString* readReceiptTo;
- (NSString*)readReceiptTo;
- (void)setReadReceiptTo:(NSString*)newReadReceiptTo;
#define PID_SMTP_READRECEIPTTO 37

IPWORKS_EXTERNAL void* IPWORKS_CALL IPWorks_SMTP_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKS_EXTERNAL int IPWORKS_CALL IPWorks_SMTP_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

When this property is set, a Disposition-Notification-To header is added to the message. This property should be set to an email address which should receive the read-receipt.

Data Type

String

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