RightFax 和 .NET?
将 RightFax 与 .NET/C# 集成起来有多容易?我们也在考虑 FaxMan、Windows 传真服务器,但我们遇到了 RightFax。我们基本上需要能够通过 .NET 应用程序发送传真、监控状态等。
How easy is it to integrate RightFax with .NET/C#? We are considering FaxMan, Windows Fax Server also, but we came across RightFax. We basically need to be able to send faxes through a .NET App, monitor status etc.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
以下是 RightFax 发送传真的一些示例代码,来自 这个其他答案,使用 Right Fax COM API 库 (rfcomapi.dll)。
Here's some sample code for RightFax sending faxes, from this other answer, using the Right Fax COM API Library (rfcomapi.dll).
fuel9 有一个名为 Boomerang 的通知框架,支持 Windows 传真服务器。该框架有一个数据库接口,因此它支持.Net 和任何其他可能连接到数据库服务器的东西。我看到他们也在开发 Rightfax 扩展,但我们的基础设施中只有 MS 传真。 Boomerang 对我们来说非常有用,只需很少的 sql 语句就可以创建一个自动传真(或电子邮件、打印、ftp 等)解决方案。
/B
there is a notification framework from fuel9 called Boomerang that supports windows fax server. The framework has a database interface so it supports .Net and anything else that may connect to a database server. I saw that they are working on a Rightfax extension as well but we have only MS fax in our infrastructure. Boomerang has been working great for us and with few sql statements will can create an automated fax (or email, printing, ftp etc) solution.
/B
还可以考虑使用 Windows 中的传真服务。
使用 C# 使用 Windows 传真服务发送传真
Consider also using the Fax Service in Windows.
Using Windows Fax Service to Send Fax using C#