Home All Groups Group Topic Archive Search About

sending fax using .NET

Author
13 Jun 2006 3:52 PM
PBENISTY
Hi,
I'm looking for a sample VB.NET to send fax using .NET Framework.

thanks

Author
13 Jun 2006 5:24 PM
Webbert
There were several articles on codeproject.com I looked at a couple of months
ago.

Cheers,
Dave


Show quote
"PBENISTY" wrote:

> Hi,
> I'm looking for a sample VB.NET to send fax using .NET Framework.
>
> thanks
Author
14 Jun 2006 6:59 AM
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.)
Author
15 Jun 2006 9:35 AM
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 i***@intelligentSoftwares.com, they can give you
a shareware version.

Regards


*** Sent via Developersdex http://www.developersdex.com ***
Author
15 Jun 2006 9:43 AM
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 i***@intelligentSoftwares.com, they can give you
a shareware version.

Regards



*** Sent via Developersdex http://www.developersdex.com ***

AddThis Social Bookmark Button