Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. Visual Basic
  4. send fax through fax service

send fax through fax service

Scheduled Pinned Locked Moved Visual Basic
csharpquestion
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    amit__8
    wrote on last edited by
    #1

    i wants to send fax through vb.net application i added reference of faxservice'sdll and usiong the following code: FaxServerClass fs = new FaxServerClass(); fs.Connect("mymachine"); //specifies the machinename object obj = fs.CreateDocument("myfilename"); FaxDoc fd = (FaxDoc)obj; fd.FaxNumber = "myfax#"; fd.RecipientName = "Tester"; int i = fd.Send(); MessageBox.Show(i.ToString()); fs.Disconnect(); i dont have modem but have lan card which is connected to internet how can i send fax

    G 1 Reply Last reply
    0
    • A amit__8

      i wants to send fax through vb.net application i added reference of faxservice'sdll and usiong the following code: FaxServerClass fs = new FaxServerClass(); fs.Connect("mymachine"); //specifies the machinename object obj = fs.CreateDocument("myfilename"); FaxDoc fd = (FaxDoc)obj; fd.FaxNumber = "myfax#"; fd.RecipientName = "Tester"; int i = fd.Send(); MessageBox.Show(i.ToString()); fs.Disconnect(); i dont have modem but have lan card which is connected to internet how can i send fax

      G Offline
      G Offline
      Gavin Jeffrey
      wrote on last edited by
      #2

      Dont really know much about this but could you give us the error/output that you recieve when you run the code. Do you have Windows fax services installed and configured on the computer in the connect("mymachine") line?

      A 1 Reply Last reply
      0
      • G Gavin Jeffrey

        Dont really know much about this but could you give us the error/output that you recieve when you run the code. Do you have Windows fax services installed and configured on the computer in the connect("mymachine") line?

        A Offline
        A Offline
        amit__8
        wrote on last edited by
        #3

        yes installed. is there any way any dll in .net to send fax i don't wants to use com object any example ?

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups