Number of transmission attempts

  • Thread starter Thread starter Mihai Bucurescu
  • Start date Start date
M

Mihai Bucurescu

Hi,
I'm trying to find out programmatically (VC++, fax API) how many times the
fax service tried to complete a job. I cannot use the number of retries
specified for the service, since it might succeed transmission after fewer
attempts. I also tried to detect this from the messages I get from WFS, but
it doesn't seem a reliable method (I get duplicate messages some times).
Any ideas?

Thanks in advance,
Mihai
P.S. I asked basically the same question on an older thread on this
newsgroup (with no luck). Sorry for the double-post...
 
Which Fax Server software are you using?

If it is the Windows 2000 Fax Server, you can monitor the fax queue
yourself, but have to use the API (not the COM object) to get the detail you
need. See http://www.bostrup.us/swdev/vb6.htm for a code module.

HTH,
Tore.
 
Back
Top