ReceiptDeliveryOption Property

A URL indicating how the receipt is to be delivered.

Syntax

ANSI (Cross Platform)
char* GetReceiptDeliveryOption();

Unicode (Windows)
LPWSTR GetReceiptDeliveryOption();
@property (nonatomic,readonly,assign,getter=receiptDeliveryOption) NSString* receiptDeliveryOption;
- (NSString*)receiptDeliveryOption;
#define PID_AS2RECEIVER_RECEIPTDELIVERYOPTION 54

IPWORKSEDI_EXTERNAL void* IPWORKSEDI_CALL IPWorksEDI_AS2Receiver_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

""

Remarks

This property corresponds to the Receipt-delivery-option header in Request. If nonempty, the client has requested that the receipt be sent to the URL specified asynchronously. If empty, the receipt is to be delivered synchronously in the HTTP reply. In either case the receipt may be delivered by invoking SendResponse.

ReceiptDeliveryOption does not indicate whether or not a receipt was actually requested. If an MDN was requested, that information is given in MDNTo.

This property is read-only.

Data Type

String

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