About check the fax staus C++

A

Archan Das [MSFT]

The method is on FaxJobStatus object. You receive this object as part of a
notification. So you have to implement either
IFaxServerNotify::OnIncomingJobChanged or
IFaxServerNotify::OnOutgoingJobChanged. To listen to server events you need
to call FaxServer.ListenToServerEvents [of course you need to connect to the
corresponding fax server]. Once you do all these, as mentioned, you will get
the notification object on which you will be able to get the status.
Interpret the status value as per the enum definition in MSDN.


--
Archan Das

Microsoft Printing, Imaging and Fax Team

This posting is provided "AS IS" with no warranties, and confers no rights.

Please do not send email directly to this alias. This alias is for newsgroup
purposes only.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top