IFaxServer::get_LoggingOptions method (faxcomex.h)

The IFaxServer::get_LoggingOptions property creates a IFaxLoggingOptions configuration interface. The interface permits configuration of both the activity logging options and the event logging categories that the fax service uses.

This property is read-only.

Syntax

HRESULT get_LoggingOptions(
  IFaxLoggingOptions **ppFaxLoggingOptions
);

Parameters

ppFaxLoggingOptions

Return value

None

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

FaxServer

IFaxServer

Visual Basic Example