Number of transmission attempts

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...
 
T

Tore Bostrup

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.
 

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