I am looking for a component in .NET to send fax withing an ASP.NET page.
Sanenet
8:29 pm on Feb 8, 2005 (gmt 0)
To do this you need to have an interface to a fax gateway, either a program installed upon your machine or a third party service. You then just call that web service, using it's parameters.
SEhunter
8:30 pm on Feb 8, 2005 (gmt 0)
I don't want to use a webservice nor to send fax over WEB.
All I need is a third party component that I can use it in my ASP.NET application to trigger a fax modem installed on the server to fax an HTML page
[edited by: SEhunter at 9:06 pm (utc) on Feb. 8, 2005]
Sanenet
8:39 pm on Feb 8, 2005 (gmt 0)
Exactly, you need to install a http to fax gateway on your machine. Google something like "fax gateway asp .net", loads of ads appear.
aspdaddy
10:49 am on Feb 9, 2005 (gmt 0)
If you send faxes via outlook it is very easy to script, the parameters are all defined in the standard message fields - so the method is identical to automating mail with CDONTS.