FaxActivityLogging.LogIncoming property

The LogIncoming property is a Boolean value that indicates whether the fax service logs entries for incoming faxes in the activity log database.

This property is read/write.

Syntax

Property LogIncoming As Boolean

Property value

A Boolean that specifies or receives a value indicating whether the fax service logs entries for incoming faxes in the activity log database.

Remarks

If this property is equal to True, the fax service logs entries for incoming fax jobs in the activity log database. If this property is equal to False, the fax service does not log entries.

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

Requirements

Minimum supported client
Windows XP [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
FaxComex.h
DLL
Fxscomex.dll

See also

Visual Basic Example

FaxActivityLogging

IFaxActivityLogging