IFaxActivityLogging::get_LogIncoming method (faxcomex.h)
The IFaxActivityLogging::get_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
HRESULT get_LogIncoming(
VARIANT_BOOL *pbLogIncoming
);
Parameters
pbLogIncoming
Return value
None
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
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 |