Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
你能推荐一个可以接收传真的 .NET 库吗?窗口传真服务器是不够的 - 需要根据传入的呼叫者 ID 在收到传真后自动处理和路由传真。
你能使用一个自动将传真路由到电子邮件的系统,然后让你的 .NET 代码只处理电子邮件吗?这会将您的处理与传真方面分开。除了其他任何事情之外,这将使测试变得更容易和更便宜。
它可能不是处理传真的最有效方式,但它很实用。