Fax

  • Thread starter Thread starter Woland
  • Start date Start date
W

Woland

Hi,

Supose there is a FaxServer in the intranet. How can I send a fax from my
client app using .Net? I want to use that FaxServer in the network.
If .Net Framework Class Library doesn't implement faxing, how can do that
from .Net app?

Woland
 
Does the fax machien show up in the printer list, if so cant you just print
to it and voala its faxed.
 
I try to explain my sytuation in other words. I want my application to have
button with label "Send an image via Fax". On the other form administrator
set address of FaxServer. In OnClick event of the button I want to send
image to FaxServer so that FaxServer send it via Fax. Is that possible?
If not, how can add to my .Net app functionality of sending images via fax?
 
Back
Top