Fax Recieve Using FaxComLib

T

thusyanthan11

I have problem to receive fax,i don't how to start to recieve a fax .

but i completed to send fax.but there also one issue ,first i send to
one number after i changed Faxnumber and try to send to fax but that
time that fax sent to old number not new number.

i am new in this application.
please Help how i start to recieve fax and how to solve that send time
issue.

Thusi
 
R

Renu Bhattar [MSFT]

Check the FaxDevice object.
You can set the device to manual receive or automatic using
FaxDevice.ReceiveMode
If its manual then you need to check the boolean FaxDevice.RingingNow and if
it is true then call FaxDevice.AnswerCall()

If its in automatic mode, then after the specified number of rings in
FaxDevice.RingsBeforeAnswer, the call will be answered and the fax will be
received.

--
---

Renu Bhattar [MSFT]

Microsoft Printing, Imaging and Faxing
This posting isprovided "AS IS" with no warranties and confers no rights.
Please do not send mail 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