PC Review


Reply
Thread Tools Rate Thread

Help Needed, Receive Faxes (FAXCOMEXLib)

 
 
New Member
Join Date: Mar 2008
Posts: 1
 
      27th Mar 2008
Hi, I am new to VB.Net and I am currently working on a FAX application.



So far I am able to send faxes with this code:

Code:
Imports FAXCOMEXLib

Imports FAXCOMLib

Imports System.IO

Imports System.IO.StreamWriter







Public Class Form1



	Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click

		Try

			Dim objFaxDocument As New FAXCOMEXLib.FaxDocument

			Dim objFaxServer As New FAXCOMEXLib.FaxServer



			Dim JobID As Object





			objFaxServer.Connect("")

			objFaxDocument.Body = "c:\Test.txt"

			objFaxDocument.DocumentName = "My First Fax"

			objFaxDocument.Recipients.Add("902380663584", "Bud")

			objFaxDocument.AttachFaxToReceipt = True

			objFaxDocument.Note = "Here is the info you requested"

			objFaxDocument.Subject = "Today's fax"

			JobID = objFaxDocument.ConnectedSubmit(objFaxServer)

			MsgBox("The Job ID is :" & JobID(0))



		Catch ex As Exception

			MsgBox("Error number: " & Hex(Err.Number) & ", " & Err.Description)

		End Try

	End Sub

End Class


I now want to be able to receive faxes and save them to a file location. Is there anyone that can help, I cannot find any code examples for this.



Thanks in advance.
 
Reply With Quote
 
 
 
 
New Member
Join Date: Feb 2010
Posts: 4
 
      11th Feb 2010
Can you get your faxing working on windows 2003?

thx
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
I receive faxes to my e-mail account. They are unnamed faxes. H. =?Utf-8?B?TGluZGE=?= Microsoft Outlook Discussion 1 22nd Sep 2004 03:07 AM
Sent Faxes Doesn't show in Fax Console & Having difficulty receiving faxes Kathy O'Neill Windows XP Print / Fax 6 3rd Jun 2004 07:17 PM
Can Send Faxes/Cannot receive faxes James Windows XP Print / Fax 0 20th May 2004 01:42 AM
Re: Fax Console receive in auto mode does not receive faxes Raghavendra R [MSFT] Windows XP Print / Fax 0 25th Sep 2003 10:19 AM
Fax Console receive in auto mode does not receive faxes Scott Peppler Windows XP Print / Fax 0 23rd Sep 2003 03:50 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:40 AM.