Creating a simple fax application

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I'm urgently in need of creating a simple fax application. Any insight into
this would be very helpful to me.

Thank you.
 
If you have exchange server, you can send fax using the method you send
E-mail, only with the receptant changed to "[fax: 00000000]" where the zeros
are the number your want to fax to.
 
Thanks a lot for your information at the right time. Also, I would like to
find out if you are referring to the method smtp.Send() which is used to send
e-mails that can be used for sending faxes?

Thanks once again.

--
Samba!


Lau Lei Cheong said:
If you have exchange server, you can send fax using the method you send
E-mail, only with the receptant changed to "[fax: 00000000]" where the zeros
are the number your want to fax to.

Samba said:
Hi,

I'm urgently in need of creating a simple fax application. Any insight
into
this would be very helpful to me.

Thank you.
 
Yes. The Exchange Server will "print" your email to "fax printer" avaliable
on the server. (In this way, you can fax out not only TIFFs, but any
printable documents.)

Note that the fax settings on the server will be applyed, not the client's.

Samba said:
Thanks a lot for your information at the right time. Also, I would like to
find out if you are referring to the method smtp.Send() which is used to
send
e-mails that can be used for sending faxes?

Thanks once again.

--
Samba!


Lau Lei Cheong said:
If you have exchange server, you can send fax using the method you send
E-mail, only with the receptant changed to "[fax: 00000000]" where the
zeros
are the number your want to fax to.

Samba said:
Hi,

I'm urgently in need of creating a simple fax application. Any insight
into
this would be very helpful to me.

Thank you.
 
Back
Top