Hi,
I'm looking for a sample VB.NET to send fax using .NET Framework.
thanks
Webbert - 13 Jun 2006 18:24 GMT
There were several articles on codeproject.com I looked at a couple of months
ago.
Cheers,
Dave
> Hi,
> I'm looking for a sample VB.NET to send fax using .NET Framework.
>
> thanks
Luke Zhang [MSFT] - 14 Jun 2006 07:59 GMT
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.)
ustat ustat - 15 Jun 2006 10:35 GMT
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 info@intelligentSoftwares.com, they can give you
a shareware version.
Regards
ustat ustat - 15 Jun 2006 10:43 GMT
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 info@intelligentSoftwares.com, they can give you
a shareware version.
Regards