IFaxActivityLogging interface (faxcomex.h)
The IFaxActivityLogging interface defines a configuration object used by a fax client application to retrieve and set options for activity logging. This includes setting whether entries for incoming and outgoing faxes should be logged and the location of the log file.
Inheritance
The IFaxActivityLogging interface inherits from the IDispatch interface. IFaxActivityLogging also has these types of members:
Methods
The IFaxActivityLogging interface has these methods.
IFaxActivityLogging::get_DatabasePath The IFaxActivityLogging::get_DatabasePath property is a null-terminated string that contains the path to the activity log database file. (Get) |
IFaxActivityLogging::get_LogIncoming 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. (Get) |
IFaxActivityLogging::get_LogOutgoing 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. (Get) |
IFaxActivityLogging::put_DatabasePath The IFaxActivityLogging::get_DatabasePath property is a null-terminated string that contains the path to the activity log database file. (Put) |
IFaxActivityLogging::put_LogIncoming 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. (Put) |
IFaxActivityLogging::put_LogOutgoing 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. (Put) |
IFaxActivityLogging::Refresh The IFaxActivityLogging::Refresh method refreshes FaxActivityLogging object information from the fax server. |
IFaxActivityLogging::Save The IFaxActivityLogging::Save method saves the FaxActivityLogging object's data. |
Remarks
A default implementation of IFaxActivityLogging is provided as the FaxActivityLogging object.
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 |