IFaxServerNotify2 interface (faxcomex.h)

The IFaxServerNotify2 interface is used for fax notifications. The fax service calls IFaxServerNotify2 to send fax event notifications. Events include changes to fax server configuration and activity, changes to incoming and outgoing job queues, and changes to incoming and outgoing archives. For more information, see Registering for Event Notifications.

The IFaxServerNotify2 interface supports all the same methods as the IFaxServerNotify interface and the additional method OnGeneralServerConfigChanged.

Inheritance

The IFaxServerNotify2 interface inherits from the IDispatch interface. IFaxServerNotify2 also has these types of members:

Remarks

To Use Fax Notification Events with Visual Basic

Use the following syntax when creating the root FaxServer2 object:

Dim WithEvents objFaxServer2 As FaxServer2

For an example, see Registering for Fax Events.

To Use Fax Notification Events with C++

A fax client application must implement IFaxServerNotify2 and pass the fax service the pointer to an IFaxServerNotify2 interface.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header faxcomex.h