在 .NET 中发送/接收传真

发布于 2024-07-30 02:37:45 字数 354 浏览 2 评论 0原文

我需要通过网络应用程序发送/接收传真,但我不知道从哪里开始。

基本上,客户单击按钮发送传真,并在收到传真时以客户的姓名记录在数据库中。

最好通过基于服务的传真公司的 API...我将在专用服务器上托管此应用程序,我认为他们不允许使用调制解调器。

我正在使用 .NET 和 VB,有什么想法吗?

编辑:我在 Google 上进行了一些搜索, http://www.efaxdeveloper.com/ 是最接近的我发现。 我还不确定如何实施它。 有人有这方面的经验吗?

I need to send/receive faxes through my web application, and I am not sure where to begin.

Basically, a client clicks a button to send a fax, and records in the database under the client's name when a fax is received.

Preferably through an API from a service based fax company... I will be hosting this application on a dedicated server, I don't think they allow using their modems.

I am using .NET and VB, any ideas?

EDIT: I did some search on Google, http://www.efaxdeveloper.com/ is the closest thing I found. I am not sure how to implement it yet. Anyone have experience with this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

无所的.畏惧 2024-08-06 02:37:45

您可以尝试 P/Invoke winfax.dll。 有人在另一个论坛上提出了同样的问题

这是一个使用 C# 的 示例 - 您要求使用 VB 的解决方案,但是该过程实际上是相同的。

You might try to P/Invoke to winfax.dll. Someone has asked the same question on another forum.

Here's an example using C# - You asked for a solution using VB but the process is virtually identical.

剧终人散尽 2024-08-06 02:37:45

推出自己的解决方案可能不是最好的事情。 如果您发送大量传真,您可能需要查看诸如 rightfax 之类的工具。 我们为客户推出了一个网络界面,但将工作交给了正确的传真服务器。 我们喜欢它,因为它可以管理重试和错误,您知道您可能不想在网络服务器上处理的东西。

Rolling your own solution may not be the best thing. If you do a ton of faxing you might want to check out something like rightfax. We rolled out a web interface for our clients, but pass the work off to the rightfax server. We like it because it can manage the retries and errors, you know stuff you may not want to have to deal with on the web server.

情话墙 2024-08-06 02:37:45

不久前,我们使用 Premiere Global 进行了一些测试。 他们有一个基于 SMTP 的 API 用于发送传真。 最后,我们决定坚持使用基于调制解调器的解决方案,但我记得 Premiere 的启动和运行非常容易。

We did some testing with Premiere Global a while ago. They have an SMTP based API for sending faxes. In the end we decided to stick with our modem-based solution, but the Premiere stuff was pretty easy to get up and running as I recall.

吐个泡泡 2024-08-06 02:37:45

我尝试了 eFaxDeveloper,其工作原理与我所描述的完全一样。

I tried eFaxDeveloper, and works exactly like how I've described.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文