RequestMDN Property

Preference to receive MDNs from trading partner.

Syntax

ANSI (Cross Platform)
int GetRequestMDN();
int SetRequestMDN(int bRequestMDN); Unicode (Windows) BOOL GetRequestMDN();
INT SetRequestMDN(BOOL bRequestMDN);
@property (nonatomic,readwrite,assign,getter=requestMDN,setter=setRequestMDN:) BOOL requestMDN;
- (BOOL)requestMDN;
- (void)setRequestMDN:(BOOL)newRequestMDN;
#define PID_AS2PROFILEMGR_REQUESTMDN 22

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

Default Value

FALSE

Remarks

RequireMDN is used to store your preference of receiving MDNs for the messages you send to your trading partner.

After invoking LoadProfile, the RequireMDN will contain your preference of receiving MDNs, alternatively RequireMDN may be set and saved by invoking SaveProfile.

Data Type

Boolean

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