如何以编程方式通过 Lotus Notes 发送传真

发布于 2024-09-27 08:55:40 字数 647 浏览 3 评论 0原文

我想知道是否有人知道如何使用 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 技术交流群。

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

发布评论

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

评论(1

时光磨忆 2024-10-04 08:55:40

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

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