_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:

Methods

The _IFaxAccountNotify interface has these methods.

 
_IFaxAccountNotify::OnIncomingJobAdded

Called by the fax service when an incoming fax job is added to the job queue for a particular fax account.
_IFaxAccountNotify::OnIncomingJobChanged

Called by the fax service when the status of an incoming fax job for a particular fax account changes.
_IFaxAccountNotify::OnIncomingJobRemoved

Called by the fax service when an incoming fax job is removed from the job queue of a particular fax account.
_IFaxAccountNotify::OnIncomingMessageAdded

Called by the fax service when an incoming message is added to the inbound fax archive.
_IFaxAccountNotify::OnIncomingMessageRemoved

Called by the fax service when an incoming message is removed from the inbound fax archive.
_IFaxAccountNotify::OnOutgoingJobAdded

Called by the fax service when an outgoing fax job is added to the job queue for a particular fax account.
_IFaxAccountNotify::OnOutgoingJobChanged

Called by the fax service when the status of an outgoing fax job for a particular fax account changes.
_IFaxAccountNotify::OnOutgoingJobRemoved

Called by the fax service when an outgoing fax job is removed from the job queue of a particular fax account.
_IFaxAccountNotify::OnOutgoingMessageAdded

The fax service calls the IFaxAccountNotify::OnOutgoingMessageAdded method when an outgoing message is added to the outbound fax archive.
_IFaxAccountNotify::OnOutgoingMessageRemoved

Called by the fax service when an outgoing message is removed from the outbound fax archive.
_IFaxAccountNotify::OnServerShutDown

Called by the fax service when it shuts down.

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