How to send fax programmatically?

Last post 11-07-2009 12:08 PM by TATWORTH. 3 replies.

Sort Posts:

  • How to send fax programmatically?

    04-20-2007, 2:19 AM
    • Member
      661 point Member
    • igoro1975
    • Member since 08-12-2004, 9:10 AM
    • World
    • Posts 158
    We want to add a new option to our site that allows to user send fax. How can we implement it with C#?
    "A successful person is one who can lay a firm foundation with the bricks that others throw at him."
    http://www.russiangeek.com/
    Filed under:
  • Re: How to send fax programmatically?

    04-20-2007, 3:24 AM
    • Contributor
      4,522 point Contributor
    • tompy_nation
    • Member since 02-28-2007, 10:45 AM
    • Gent
    • Posts 1,157

    Here is some information about a sending a fax message throught the soap/wsdl protocol from web services

    http://www.interfax.net/en/dev/webservice/samples/fax_asp_sendcharfax.html

     

    The site below is a site where you can buy the components & controls for the fax thing...

    http://data-tech.com/products/fax.aspx

     

    Hope this information was helpful...

    grtz

    Don't forget to click "Mark as Answer" on the post that helped you.
  • Re: How to send fax programmatically?

    11-02-2009, 12:14 PM
    • All-Star
      26,369 point All-Star
    • qwe123kids
    • Member since 03-27-2008, 5:49 AM
    • Mumbai
    • Posts 4,478

    Hi,

    http://support.microsoft.com/kb/303647

    U may use..FaxServer.FaxServer COM Object..

    OR
    also use 3rd party Control
    U may Also Send fax using

    efax
    OR

    http://www.interfax.net/en/dev/asp

    Thanks
    Avinash Tiwari

    Remember to click “Mark as Answer” on the post, if it helps you.

    MY Blog

    Hacking Inside .net exe
  • Re: How to send fax programmatically?

    11-07-2009, 12:08 PM
    • All-Star
      62,990 point All-Star
    • TATWORTH
    • Member since 02-04-2003, 1:34 PM
    • England
    • Posts 12,308
    • TrustedFriends-MVPs

    You need to look carefully at the architecture for this. To avoid raising the priviledge level of the ASP.NET process, write the FAX record to a queue table in your database. A Windows Service can poll this table and send out the fax as it can readily be given access to the fax hardware.

    For a sample of such a queue called from a web site, please see the common data solution at: http://commondata.codeplex.com/

    Don't forget to click "Mark as Answer" on the post that helped you.
    This credits that member, earns you a point and marks your thread as Resolved so we will all know you have been helped.
Page 1 of 1 (4 items)