Question

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

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top