Click here to Skip to main content
15,894,343 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
First of all - I'm not looking for an 'Internet fax' solution or any other third party services, that provides sending fax through Internet.

I want to write an application, that provides sending fax from faxmodem, connected to the computer. I want to write a program, that will send fax, from a fax machine (no matter what the type or model it is).

I that possible? How can I do that?
Please help.

And once again, I'm not looking for Internet fax.
Posted
Updated 28-Dec-16 10:54am

You can use Telephony Application Programming Interface (TAPI) and the Fax Service Extended Component Object Model (COM) API to send fax. Read more about these items here[^].

There is a good example that implements these here[^]. You might need to use some COM interop though. And of course, you will need a modem.
 
Share this answer
 
If you do not want to use Interfax you can easily send fax using faxcomlib.
please follow the link for sample:

Send Fax with fax-modem in C#[^]

Sending Fax through .NET/C# - Stack Overflow[^]
 
Share this answer
 
Comments
Dave Kreskowiak 28-Dec-16 17:43pm    
Umm...why are you posting another answer to a question that was asked FIVE YEARS AGO??
atik sarker 29-Dec-16 3:03am    
For new developer who want to implement this this will help them.
CHill60 29-Dec-16 9:42am    
As one of the links is to an article here on this site then it was pointless to resurrect an old post on the same site!
The 2nd link just seems to be trying to draw attention to your answer on another (rival) site, which is a form of spam.
In any event "new developer who want to implement this" is more likely to find those links via google than via this post on a Q&A forum.
atik sarker 30-Dec-16 3:48am    
Should I delete my answer..?
CHill60 5-Jan-17 7:01am    
That is entirely up to you

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