R
Russ
What should I put in the connect string if I want to connect to a
Windows 2003 shared fax? eg:
Dim oFaxServer As New FAXCOMLib.FaxServer
Dim oFaxDoc As FAXCOMLib.FaxDoc
oFaxServer.Connect(strFaxServer)
oFaxDoc = oFaxServer.CreateDocument(sFaxAttachment)
oFaxDoc.FaxNumber = sFaxNumber
oFaxDoc.Send()
I've tried "Servername", "\\servername", "\\servername\fax" and "fax"
In vb.net I get "The handle is invalid" in vb6 I get "Method send
failed in object ifaxdoc". I've tried this in XP home and XP
professional.
I have added a connection to the fax server through "printers and
faxes" and I can print to the fax from Word. I can also fax if I use
"." as the server name, but this uses my local fax driver.
Any ideas?
Cheers
Russ
Windows 2003 shared fax? eg:
Dim oFaxServer As New FAXCOMLib.FaxServer
Dim oFaxDoc As FAXCOMLib.FaxDoc
oFaxServer.Connect(strFaxServer)
oFaxDoc = oFaxServer.CreateDocument(sFaxAttachment)
oFaxDoc.FaxNumber = sFaxNumber
oFaxDoc.Send()
I've tried "Servername", "\\servername", "\\servername\fax" and "fax"
In vb.net I get "The handle is invalid" in vb6 I get "Method send
failed in object ifaxdoc". I've tried this in XP home and XP
professional.
I have added a connection to the fax server through "printers and
faxes" and I can print to the fax from Word. I can also fax if I use
"." as the server name, but this uses my local fax driver.
Any ideas?
Cheers
Russ