We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
您能否使用一个自动将传真路由到电子邮件的系统,然后让您的 .NET 代码只处理电子邮件? 这会将您的处理与传真方面分开。 抛开其他事情不谈,这将使测试变得更加容易和便宜。
它可能不是处理传真的最有效方式,但很实用。
Could you use a system which automatically routes faxes to email, and then make your .NET code just process emails? That would separate out your processing from the fax side of things. Aside from anything else, it would make it a great deal easier and cheaper to test.
It may not be the most efficient way of processing faxes, but it's practical.