AsyncMDNURL Property

The URL for posting Async MDNs.

Syntax

ANSI (Cross Platform)
char* GetAsyncMDNURL();
int SetAsyncMDNURL(const char* lpszAsyncMDNURL); Unicode (Windows) LPWSTR GetAsyncMDNURL();
INT SetAsyncMDNURL(LPCWSTR lpszAsyncMDNURL);
@property (nonatomic,readwrite,assign,getter=asyncMDNURL,setter=setAsyncMDNURL:) NSString* asyncMDNURL;
- (NSString*)asyncMDNURL;
- (void)setAsyncMDNURL:(NSString*)newAsyncMDNURL;
#define PID_AS2PROFILEMGR_ASYNCMDNURL 1

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

""

Remarks

This is the URL to which your trading partners would post Async MDNs, if you choose to get asynchronous notifications. The choice of receiving asynchronous notifications can be made on a per partner basis and is reflected in RequestMDNSynchronous.

Data Type

String

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