IPWorks OpenPGP 2020 C++ Edition

Questions / Feedback?

DeliveryNotificationTo Property

Email address to which to send a delivery notification.

Syntax

ANSI (Cross Platform)
char* GetDeliveryNotificationTo();
int SetDeliveryNotificationTo(const char* lpszDeliveryNotificationTo); Unicode (Windows) LPWSTR GetDeliveryNotificationTo();
INT SetDeliveryNotificationTo(LPCWSTR lpszDeliveryNotificationTo);
@property (nonatomic,readwrite,assign,getter=deliveryNotificationTo,setter=setDeliveryNotificationTo:) NSString* deliveryNotificationTo;
- (NSString*)deliveryNotificationTo;
- (void)setDeliveryNotificationTo:(NSString*)newDeliveryNotificationTo;
#define PID_PSMTP_DELIVERYNOTIFICATIONTO 8

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

Default Value

""

Remarks

This property contains the email address to which to send a delivery notification. When set, a Return-Receipt-To header is added to the message. This property should be set to an email address that can receive the delivery notification.

Data Type

String

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