Can you recommend a library for .NET that can receive FAXes? Window Fax server is not enough – need to auto process and route the Fax once it is received based on the incoming Caller ID.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Could you use a system which automatically routes faxes to email, and then make your .NET code just process emails? That would separate out your processing from the fax side of things. Aside from anything else, it would make it a great deal easier and cheaper to test.
It may not be the most efficient way of processing faxes, but it’s practical.