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_HTMLMAILER_DELIVERYNOTIFICATIONTO 9

IPWORKSEDI_EXTERNAL void* IPWORKSEDI_CALL IPWorksEDI_HTMLMailer_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSEDI_EXTERNAL int IPWORKSEDI_CALL IPWorksEDI_HTMLMailer_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 EDI 2020 C++ Edition - Version 20.0 [Build 8203]