FaxLoggingOptions object

The FaxLoggingOptions configuration object is used by a fax client application to access and configure the event logging categories and the activity logging options that the fax service is using.

A FaxLoggingOptions object is accessed through a FaxServer object. FaxLoggingOptions objects provide access to FaxActivityLogging objects and FaxEventLogging objects.

faxserver, faxloggingoptions, faxactivitylogging, and faxeventlogging objects

Members

The FaxLoggingOptions object has these types of members:

Properties

The FaxLoggingOptions object has these properties.

Property Access type Description
ActivityLogging
Read-only
The ActivityLogging property retrieves the FaxActivityLogging configuration object.
EventLogging
Read-only
The EventLogging property retrieves the FaxEventLogging configuration object.

 

Remarks

To create a FaxLoggingOptions object in Microsoft Visual Basic, call the LoggingOptions property of the FaxServer object.

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_FaxLoggingOptions

See also

Fax Service Extended COM Object Model

FaxServer

IFaxLoggingOptions