IFaxAccountNotify interface (faxcomex.h)

Called by the fax service to send event notifications about particular fax accounts. This property sends event notifications. Events include changes to incoming and outgoing job queues, and changes to incoming and outgoing archives.

Inheritance

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

Remarks

To Use Fax Notification Events with Visual Basic

Use the following syntax when creating the IFaxAccount object:

Dim WithEvents objFaxAccount As FaxAccount

To Use Fax Notification Events with C++

A fax client application must implement IFaxAccountNotify and pass the fax service the pointer to an IFaxAccountNotify 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