FaxActivityLogging object

The FaxActivityLogging configuration object is used by a fax client application to retrieve and set options for activity logging. This includes setting whether entries for incoming and outgoing faxes should be logged and the location of the log file.

Members

The FaxActivityLogging object has these types of members:

Methods

The FaxActivityLogging object has these methods.

Method Description
Refresh The Refresh method refreshes FaxActivityLogging object information from the fax server.
Save The Save method saves the FaxActivityLogging object's data.

 

Properties

The FaxActivityLogging object has these properties.

Property Access type Description
DatabasePath
Read/write
The DatabasePath property is a null-terminated string that contains the path to the activity log database file.
LogIncoming
Read/write
The LogIncoming property is a Boolean value that indicates whether the fax service logs entries for incoming faxes in the activity log database.
LogOutgoing
Read/write
The LogOutgoing property is a Boolean value that indicates whether the fax service logs entries for outgoing faxes in the activity log database.

 

Remarks

A FaxActivityLogging object is accessed through a FaxLoggingOptions object.

faxserver, faxloggingoptions, faxactivitylogging, and faxeventlogging objects

Note

Changes made to the FaxActivityLogging object will not be saved until you call the Save method.

 

To create a FaxActivityLogging object in Microsoft Visual Basic, call the ActivityLogging property of the FaxLoggingOptions object.

To create a FaxActivityLogging object in C++, call the ActivityLogging method.

Requirements

Minimum supported client
Windows XP [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
Faxcomex.h
DLL
Fxscomex.dll
IID
CLSID_FaxActivityLogging

See also

Fax Service object hierarchy

IFaxActivityLogging