如何以编程方式通过 Lotus Notes 发送传真
我想知道是否有人知道如何使用 Lotus Notes API for .NET 以编程方式发送传真。我使用 Domino 名称空间从 Lotus 电子邮件服务器获取电子邮件。但现在我想知道是否可以使用 Domino 名称空间发送传真。
这个家伙让这看起来可能,但并没有真正给我一个想法如何去做。 http://searchdomino.techtarget.com/expert/KnowledgebaseAnswer/0 ,289625,sid4_gci1234011,00.html
此链接解释了它是如何在 Lotus 应用程序中完成的。 http://mscits.wustl.edu/medlib/becker.nsf/WV /A672E84998635AF286256F6C006AAE4C?OpenDocument
谢谢, -泰什
I was wondering if anybody knew how to send a fax programmatically using the Lotus Notes API for .NET. I have used the Domino namespace to get emails from the Lotus email server. But now I'm wondering if I can fax using the Domino namespace.
This guy makes it seem possible, but does not really give me an idea how to do it.
http://searchdomino.techtarget.com/expert/KnowledgebaseAnswer/0,289625,sid4_gci1234011,00.html
This link explains how its done in the Lotus application.
http://mscits.wustl.edu/medlib/becker.nsf/WV/A672E84998635AF286256F6C006AAE4C?OpenDocument
Thank you,
-Tesh
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Domino 传真系统通过 Lotus Notes 电子邮件工作,因此您可以像通过 Notes for .NET 发送电子邮件一样发送传真,并将收件人设置为传真地址。
下面是一个示例,展示了如何通过 C# http://www. notes411.com/dominosource/tips.nsf/0/DB75154E68C49D90802571B600671802!opendocument
The Domino Fax system works via Lotus Notes email, so you could send a fax the same way you send an email via Notes for .NET, with the recipient set to the fax's address.
Here's one example that shows how to send emails via C# http://www.notes411.com/dominosource/tips.nsf/0/DB75154E68C49D90802571B600671802!opendocument