MDNReceiptMessage Property

The human-readable portion of the MDN receipt.

Syntax

ANSI (Cross Platform)
char* GetMDNReceiptMessage();

Unicode (Windows)
LPWSTR GetMDNReceiptMessage();
@property (nonatomic,readonly,assign,getter=MDNReceiptMessage) NSString* MDNReceiptMessage;
- (NSString*)MDNReceiptMessage;
#define PID_AS2SENDER_MDNRECEIPTMESSAGE 57

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

Default Value

""

Remarks

The human-readable portion of the MDN receipt.

The human-readable portion of the MDN receipt that indicates the status of the message processing. This can be used to provide the user with a helpful message in the event that an error is encountered.

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]