IFaxActivityLogging::put_LogOutgoing method (faxcomex.h)

The IFaxActivityLogging::get_LogOutgoing property is a Boolean value that indicates whether the fax service logs entries for outgoing faxes in the activity log database.

This property is read/write.

Syntax

HRESULT put_LogOutgoing(
  VARIANT_BOOL bLogOutgoing
);

Parameters

bLogOutgoing

Return value

None

Remarks

If this property is equal to TRUE, the fax service logs entries for outgoing 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

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

FaxActivityLogging

IFaxActivityLogging

Visual Basic Example