MDNReceiptMDN Property

MDN will contain the entire machine readable text of the Message Disposition Notification in the receipt.

Syntax

ANSI (Cross Platform)
char* GetMDNReceiptMDN();

Unicode (Windows)
LPWSTR GetMDNReceiptMDN();
@property (nonatomic,readonly,assign,getter=MDNReceiptMDN) NSString* MDNReceiptMDN;
- (NSString*)MDNReceiptMDN;
#define PID_AS2RECEIVER_MDNRECEIPTMDN 48

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

Default Value

""

Remarks

MDN will contain the entire machine readable text of the Message Disposition Notification in the receipt. It will report either success or failure depending on the processing status of the receiver. In either case, it will be RFC-compliant.

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]