DirOutgoing Property

The directory used to store outgoing files.

Syntax

ANSI (Cross Platform)
char* GetDirOutgoing();

Unicode (Windows)
LPWSTR GetDirOutgoing();
@property (nonatomic,readonly,assign,getter=dirOutgoing) NSString* dirOutgoing;
- (NSString*)dirOutgoing;
#define PID_AS2PROFILEMGR_DIROUTGOING 7

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 outgoing files would have been created. The path to this directory can be read from DirOutgoing 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]