IFaxActivityLogging::put_DatabasePath method (faxcomex.h)

The IFaxActivityLogging::get_DatabasePath property is a null-terminated string that contains the path to the activity log database file.

This property is read/write.

Syntax

HRESULT put_DatabasePath(
  BSTR bstrDatabasePath
);

Parameters

bstrDatabasePath

Return value

None

Remarks

Note  If you change the path to the activity log directory, be sure to use a secured directory.
 
To read or write to this property, a user must have the farQUERY_CONFIG access right.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header faxcomex.h
DLL Fxscomex.dll

See also

FaxActivityLogging

IFaxActivityLogging