Previous Topic: Interface IWgnRDIConfigNext Topic: Method SetOutputFolder


COM object WGNRDILib::WgnImportConnector

Co-create this COM object, then query the object for the methods listed below.

Method SetMinDiskSpaceThresholdMB

Use this method to programmatically set the minimum level of free disk space on the machine hosting the EVF file cache.

HRESULT SetMinDiskSpaceThresholdMB(
    [in] DWORD    dwMinDiskSpaceMB
);

Where:

dwMinDiskSpaceMB

Specifies a minimum level of free disk space on the machine hosting the EVF file cache. If free disk space falls below this level, no further messages are extracted from the e-mail archive to the EVF file cache until free disk space increases. This threshold defaults to 10 MB.

This method overrides the level specified by the MinFreeDiskMb 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 SetMinDiskSpaceThresholdMB method

There is no validation for this method, so no errors are returned.