如何从C#应用程序发送传真? [英] How to send fax from C# application ?

查看:137
本文介绍了如何从C#应用程序发送传真?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

首先 - 我不是在寻找通过互联网发送传真的'互联网传真'解决方案或任何其他第三方服务。



I想要编写一个应用程序,它提供从faxmodem发送传真,连接到计算机。我想编写一个程序,它将从传真机发送传真(无论它的类型或型号如何)。



我有可能吗?我怎样才能做到这一点?

请帮忙。



又一次,我不是在寻找网络传真。

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.

推荐答案

你可以使用电话应用程序编程接口(TAPI)和传真服务扩展组件对象模型(COM)API用于发送传真。详细了解这些项目此处 [ ^ ]。



有一个很好的例子可以实现这些这里 [ ^ ]。您可能需要使用一些COM互操作。当然,您需要一个调制解调器。
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.


如果您不想使用Interfax,您可以使用faxcomlib轻松发送传真。

请点击链接样本:



使用C#中的传真调制解调器发送传真 [ ^ ]



通过.NET / C#发送传真 - 堆栈溢出 [ ^ ]
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[^]


这篇关于如何从C#应用程序发送传真?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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