IFaxEventLogging::put_InboundEventsLevel method (faxcomex.h)

The IFaxEventLogging::get_InboundEventsLevel property indicates the level of detail at which the fax service logs events about inbound fax transmissions in the application log.

This property is read/write.

Syntax

HRESULT put_InboundEventsLevel(
  FAX_LOG_LEVEL_ENUM InboundEventLevel
);

Parameters

InboundEventLevel

Return value

None

Remarks

To read or to write to this property, a user must have the farQUERY_CONFIG access right.

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

FaxEventLogging

IFaxEventLogging

Visual Basic Example