Sending and receiving a fax using a Windows fax

Windows 7 has a built-in fax application. Is it possible to connect to this and send a fax via a Windows fax (put the outgoing fax in the outgoing folder) and read all received faxes? I have to use C # for this. When is this possible, are there any samples that show this?

+3
source share
2 answers

You can use fxscom.dll in the WINDOWS \ system32 directory.

if not, you will need to install fax services from the Windows components.

Here is an example of using this library Sending Faxes Using C #

Since this is a COM object, you will find a link to it in the COM tab. After adding a link to it, you should have a link to the FAXCOMLib library.

+2

FaxMan SDK. , , .

0

All Articles