MDNReceiptHeaders Property

Headers contains all of the headers of the AS2 MDN Receipt as a single string.

Syntax

ANSI (Cross Platform)
char* GetMDNReceiptHeaders();
int SetMDNReceiptHeaders(const char* lpszMDNReceiptHeaders); Unicode (Windows) LPWSTR GetMDNReceiptHeaders();
INT SetMDNReceiptHeaders(LPCWSTR lpszMDNReceiptHeaders);
@property (nonatomic,readwrite,assign,getter=MDNReceiptHeaders,setter=setMDNReceiptHeaders:) NSString* MDNReceiptHeaders;
- (NSString*)MDNReceiptHeaders;
- (void)setMDNReceiptHeaders:(NSString*)newMDNReceiptHeaders;
#define PID_AS2SENDER_MDNRECEIPTHEADERS 54

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

Default Value

""

Remarks

Headers contains all of the headers of the AS2 MDN Receipt as a single string. This will include headers such as AS2-From, AS2-To, Date, Content-Type, etc. In an AS2Sender, these will also contain the transport headers of the MDN Receipt (HTTP or SMTP headers, depending on the delivery option).

You can also use MDNReceiptHeaderCount, MDNReceiptHeaderIndex, MDNReceiptHeaderField, and MDNReceiptHeaderValue to easily iterate through each individual header.

Data Type

String

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