Previous Topic: COM object WGNRDILib::WgnImportConnectorNext Topic: API Typedefs


Method SetOutputFolder

Use this method to programmatically specify the full path to the EVF file cache.

Note:  If the specified folder does not exist, it will be created automatically.

HRESULT SetOutputFolder(
    [in] BSTR    szfolderPath
);

Where:

szfolderPath

Specifies the full path to the EVF file cache—the folder into which the e‑mails will be written. This path defaults to the \system\data\RDIcache subfolder of the CA DataMinder installation folder.

This method overrides the level specified by the EventFilePath registry value on the RDI host machine. For further details, see the Archive Integration Guide; search for 'Configure the External Agent API'.

Return values for SetOutputFolder method

This method can return the same errors as the Win32 CreateDirectory() API.