使用Windows传真发送和接收传真 [英] Send and receive Fax with Windows Fax

查看:135
本文介绍了使用Windows传真发送和接收传真的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Windows 7内置了传真应用程序.是否可以连接到此并通过Windows传真发送传真(将传出的传真放入传出文件夹"中)并读取所有接收到的传真? 我必须使用C#来做到这一点.在可能的情况下,是否有任何样品可以证明这一点?

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?

推荐答案

您可以从WINDOWS \ system32目录中使用fxscom.dll.

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

如果不存在,则需要从Windows组件安装传真服务

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

以下是如何使用该库的示例通过C#进行传真

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

由于它是一个COM对象,因此可以在"COM选项卡"下找到对该对象的引用.添加对它的引用后,您应该对FAXCOMLib库也具有引用.

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.

这篇关于使用Windows传真发送和接收传真的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆