Click here to Skip to main content
15,887,676 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using faxcom.dll for sending fax
My code is working properly and send method return integer value mean first time return two second time for same way+2+2.
So how can i get fax status.

please help me.

Thanks in Advance.
Posted
Updated 20-May-11 1:03am
v2
Comments
gowthammanju 20-May-11 7:58am    
have u ever send the fax sucessfully if yes post ur zip file and errors i will try to clear it

1 solution

The IFaxJob object has a QueueStatus property that will return a string detailing the current status of a specific job.

The IFaxJobs has memebrs indicating the number of jobs etc.

Take a look at the API for more details.
 
Share this answer
 
Comments
kailash solanki 20-May-11 7:47am    
can you please help me where i can write that code
any link

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900