Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
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 |
|
DLL |
|
IID |
CLSID_FaxLoggingOptions |
See also