Javascript Fax

P

Praveen

Hi,

I want to send fax at client side using FAXComlib object.
Is it possible ?
If someone has already done this can he provide the sample
code?
What all softwares will be required at client machine for
this to work? I feel only following things should be
required..

1) WIndows fax services
2) Fax printer.

If I am missing anything, please let me know.

Thanks for help.
Regards
Praveen
 
C

Chandrasekar [MSFT]

Which OS are you using?? If you are using Win2k then you can make use of the
Legacy COM objects (refer
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fax/faxlegacyvb_4r6t.asp)
for scripting. If you are using XP or higher then you can make use of the
new Extended COM object model (refer
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fax/faxabout_699l.asp).

For these APIs to work all you need is the Microsoft Fax component
installed. To send a fax of course you will need a modem.


Thanks,

--
Chandrasekar R
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.
 
P

Praveen

Thanks for reply.
I am using windows 2003. Also I have windows fax services
installed. Other than this if I have fax printer connected
to my machine then can I use these components to send fax.

Regards,
Praveen
 
C

Chandrasekar [MSFT]

Yes you can use the extended COM object model to send faxes via local and
remote servers in Windows 2003.

Thanks,

--
Chandrasekar R
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top