AsyncMDNInfoDir Property

Path to a directory to store data used in verifying AsyncMDNs.

Syntax

ANSI (Cross Platform)
char* GetAsyncMDNInfoDir();
int SetAsyncMDNInfoDir(const char* lpszAsyncMDNInfoDir); Unicode (Windows) LPWSTR GetAsyncMDNInfoDir();
INT SetAsyncMDNInfoDir(LPCWSTR lpszAsyncMDNInfoDir);
@property (nonatomic,readwrite,assign,getter=asyncMDNInfoDir,setter=setAsyncMDNInfoDir:) NSString* asyncMDNInfoDir;
- (NSString*)asyncMDNInfoDir;
- (void)setAsyncMDNInfoDir:(NSString*)newAsyncMDNInfoDir;
#define PID_AS2SENDER_ASYNCMDNINFODIR 4

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

If Post is invoked after setting AsyncMDNInfoDir and an asynchronous MDN is requested, the class stores the data required to verify AsyncMDNs in a file in the specified directory. The name of the file is the MessageId of the outgoing message.

AsyncMDNInfoDir is also used while verifying asynchronous MDNs using VerifyReceipt. The properties required to process AsyncMDNs, namely OriginalContentMIC and MDNOptions, are automatically read from the file saved at the time of sending the original message.

Data Type

String

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