Can you fax a document automatically - from within a program ?

  • Thread starter Thread starter Puneesh Kumar
  • Start date Start date
P

Puneesh Kumar

Hi,

I am trying to fax a document from within a program.

The program should be able to specify the fax number and the filename, and
the document should be faxed to the destination.

Does anyone know of a way in which such a feature can be achieved.

I do NOT want any pop-up window. Everything should be like a command from
withing a program.

Any insight into this will be appreciated.

Thanks
Puneesh
 
You could look at COM interfaces (on Windows 2000) or the extended COM
interfaces for Windows XP and above.
You can find more information on the COM interfaces at
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fax/faxlegacy_9lf4.asp
For information on extended COM interfaces, check
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fax/faxabout_699l.asp
For some fax service extended COM samples see
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fax/faxabout_2ckz.asp

Vinod MR [MSFT]
Microsoft Printing, Imaging and Fax Team

This posting is provided "AS IS" with no warranties, and confers no rights.
Please do not send email directly to this alias. This alias is for newsgroup
purposes only.
 
Back
Top