获取通过 Microsoft 传真服务器发送传真的作业状态 (SBS2008)
有人可以向我提供一个简单的 VBScript 来通过引用已知的 JobID 检查传真作业的状态吗?处理传真作业事件对我来说不是一个选择。谢谢。
Can someone provide my with a straightforward VBScript to check a fax job's status by referring to a known JobID? Handling a fax job event is not an option for me. Thx.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不懂 VBScript,但必须弄清楚如何做同样的事情。由于您还没有得到任何答案,也许这会有所帮助。
我发现这个链接最有帮助:
http://msdn.microsoft.com/en- us/library/ms693402%28VS.85%29.aspx
在 c# 中,代码如下所示:
传出存档仅已成功传输传真。就我的目的而言,如果我的传真在该档案中,那就很好。
希望这有所帮助。
亚当
I don't know VBScript, but had to figure out how to do the same thing. Since you haven't gotten any answers, maybe this'll help somewhat.
I found this link to be the most helpful:
http://msdn.microsoft.com/en-us/library/ms693402%28VS.85%29.aspx
In c#, the code looks like this:
The outgoing Archive only has successfully transmitted faxes. For my purposes, if my fax is in that archive, I'm good.
Hope this helps somewhat.
Adam