IFaxLoggingOptions interface (faxcomex.h)

The IFaxLoggingOptions interface 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.

The IFaxLoggingOptions interface is accessed through an IFaxServer interface. It provides access to the FaxActivityLogging and FaxEventLogging methods.

Inheritance

The IFaxLoggingOptions interface inherits from the IDispatch interface.

Methods

The IFaxLoggingOptions interface has these methods.

 
IFaxLoggingOptions::get_ActivityLogging

The ActivityLogging property retrieves the FaxActivityLogging configuration object.
IFaxLoggingOptions::get_EventLogging

The EventLogging property retrieves the FaxEventLogging configuration object.

Remarks

To create a FaxLoggingOptions object in C++, call the LoggingOptions method.

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

See also

FaxLoggingOptions

IDispatch

IFaxServer