Send and receive Fax with Windows Fax

本秂侑毒 提交于 2019-12-06 10:15:44

问题


Windows 7 has built in Fax Application. Would it be possible to connect to this and send fax over Windows Fax (put a outgoing Fax in the Outgoing Folder) and read all received Faxes? I have to use C# to do this. When it is possible, are there any samples which are showing this?


回答1:


You can use fxscom.dll in from WINDOWS\system32 directory.

if it is not there you will need to install fax services from windows components

Here is an example how to use that library Faxing with C#

Because it is a COM object you will find reference to it under COM Tab. After you add reference to it you should have reference to FAXCOMLib library.




回答2:


I use now FaxMan SDK. It isn't cheap but do all what I nead.



来源:https://stackoverflow.com/questions/6684079/send-and-receive-fax-with-windows-fax

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!