DirPendingInfo Property

The directory used to store files containing data to verify Async MDN.

Syntax

ANSI (Cross Platform)
char* GetDirPendingInfo();

Unicode (Windows)
LPWSTR GetDirPendingInfo();
@property (nonatomic,readonly,assign,getter=dirPendingInfo) NSString* dirPendingInfo;
- (NSString*)dirPendingInfo;
#define PID_AS2PROFILEMGR_DIRPENDINGINFO 9

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

Default Value

""

Remarks

If CreateDirStruct was true when SaveProfile was invoked a directory for storing files containing data for Async MDN verification would have been created. The path to this directory can be read from DirPendingInfo after invoking LoadProfile.

This property is read-only.

Data Type

String

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