MDNReceiptHeaderIndex Property

Which MDN header is currently selected to populate HeaderField and HeaderValue .

Syntax

ANSI (Cross Platform)
int GetMDNReceiptHeaderIndex();
int SetMDNReceiptHeaderIndex(int iMDNReceiptHeaderIndex); Unicode (Windows) INT GetMDNReceiptHeaderIndex();
INT SetMDNReceiptHeaderIndex(INT iMDNReceiptHeaderIndex);
@property (nonatomic,readwrite,assign,getter=MDNReceiptHeaderIndex,setter=setMDNReceiptHeaderIndex:) int MDNReceiptHeaderIndex;
- (int)MDNReceiptHeaderIndex;
- (void)setMDNReceiptHeaderIndex:(int)newMDNReceiptHeaderIndex;
#define PID_AS2SENDER_MDNRECEIPTHEADERINDEX 53

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

0

Remarks

Which MDN header is currently selected to populate MDNReceiptHeaderField and MDNReceiptHeaderValue.

Valid values are 0 to MDNReceiptHeaderCount - 1.

This property is not available at design time.

Data Type

Integer

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