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_AMAZONSES_READRECEIPTTO 50

CLOUDMAIL_EXTERNAL void* CLOUDMAIL_CALL CloudMail_AmazonSES_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
CLOUDMAIL_EXTERNAL int CLOUDMAIL_CALL CloudMail_AmazonSES_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.
Cloud Mail 2020 C++ Edition - Version 20.0 [Build 8308]