sending fax using .NET

G

Guest

There were several articles on codeproject.com I looked at a couple of months
ago.

Cheers,
Dave
 
L

Luke Zhang [MSFT]

Also, there are some third party provided solutions, you may take a look at:

http://www.interfax.net/en/dev/vb.html

Regards,

Luke Zhang
Microsoft Online Community Support

==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================

(This posting is provided "AS IS", with no warranties, and confers no
rights.)
 
U

ustat ustat

If you want to send faxes in a real production system, you should use an
external tool. According to me, the best tool is FaxCarrier.
It has an xml based integration technology like that.

<sendfax phone="123123123">
<pages>
<page template="background.bmp">
<annotation text="Hello From FaxCarrier." x=10 y=100 fontsize=12>
<annotation text="Sendind Fax is too easy." x=10 y=300 fontsize=10>
</page>
</pages>
</sendfax>


Can you prepare an xml like above ?
If you can, you send faxes from anywhere including ASP,ASP.Net,Java,PHP
and applications.

Please visit www.intelligentSoftwares.com/FaxCarrierEn.asp
If you send an email to (e-mail address removed), they can give you
a shareware version.

Regards
 
U

ustat ustat

If you want to send faxes in a real production system, you should use an
external tool. According to me, the best tool is FaxCarrier.
It has an xml based integration technology like that.

<sendfax phone="123123123">
<pages>
<page template="background.bmp">
<annotation text="Hello From FaxCarrier." x=10 y=100 fontsize=12>
<annotation text="Sendind Fax is too easy." x=10 y=300 fontsize=10>
</page>
</pages>
</sendfax>


Can you prepare an xml like above ?
If you can, you send faxes from anywhere including ASP,.Net,Java and
PHP.

Please visit www.intelligentSoftwares.com/FaxCarrierEn.asp
If you send an email to (e-mail address removed), they can give you
a shareware version.

Regards
 

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

Similar Threads

help in recieving fax by FAXCOMLib 0
Fax 5
Sending FAX.... 2
windows fax scanner: blank fax sent?! 12
Fax Server 2
FAX and VB.Net 3
Fax software 0
FaxComLib Windows 2003 Server 0

Top