A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Outlook » Fax
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Error: 800710DB received for ConnectedSubmit



 
 
Thread Tools Display Modes
  #1  
Old June 21st, 2006, 06:39 PM posted to microsoft.public.outlook.fax
external usenet poster
 
Posts: n/a
Default Error: 800710DB received for ConnectedSubmit

I receive error: 800710D8 when trying to fax through VB. After
searching the error
on Google, I found out that the error means that the fax printer isn't
installed on the client machine.

The network fax that is installed on my PC (Win XP Pro SP2) is the fax
modem on the server. The fax icon in "Printers and Faxes" is a MS
Shared Fax Driver and clicking on opens up Fax Console. So I should be

able to send a fax through the vb code and that fax should appear in
the Fax Console.

If I have a MS Fax Shared Driver installed then why the error?

Here is the code:

Dim objFaxServer As FAXCOMEXLib.FaxServer
Dim objFaxDocument As FAXCOMEXLib.FaxDocument
Dim objFaxDevice As FAXCOMEXLib.FaxDevice
Dim jobid As Variant

On Error GoTo Error_Handler

Set objFaxServer = New FAXCOMEXLib.FaxServer
Set objFaxDocument = New FAXCOMEXLib.FaxDocument
objFaxServer.Connect "svrimage.centurysd.com"
Set objFaxDevice = objFaxServer.GetDevices.Item(3)
objFaxDevice.SendEnabled = True 'Not sure if I need this proprety
objFaxDevice.Save 'Not sure if I need this proprety
objFaxDocument.Body = "C:Test.txt"
objFaxDocument.Recipients.Add "fax #", "Test"
jobid = objFaxDocument.ConnectedSubmit(objFaxServer)
MsgBox "The jobid is " & jobid
Set objFaxServer = Nothing
Set objFaxDocument = Nothing
Set objFaxDevice = Nothing

Error_Handler:

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

Thanks.

  #2  
Old June 21st, 2006, 08:48 PM posted to microsoft.public.outlook.fax
external usenet poster
 
Posts: n/a
Default Error: 800710DB received for ConnectedSubmit

You'll find these non-Outlook issues addressed in m.p.o.win2000.fax
--
Russ Valentine
[MVP-Outlook]
"rs250" wrote in message
oups.com...
I receive error: 800710D8 when trying to fax through VB. After
searching the error
on Google, I found out that the error means that the fax printer isn't
installed on the client machine.

The network fax that is installed on my PC (Win XP Pro SP2) is the fax
modem on the server. The fax icon in "Printers and Faxes" is a MS
Shared Fax Driver and clicking on opens up Fax Console. So I should be

able to send a fax through the vb code and that fax should appear in
the Fax Console.

If I have a MS Fax Shared Driver installed then why the error?

Here is the code:

Dim objFaxServer As FAXCOMEXLib.FaxServer
Dim objFaxDocument As FAXCOMEXLib.FaxDocument
Dim objFaxDevice As FAXCOMEXLib.FaxDevice
Dim jobid As Variant

On Error GoTo Error_Handler

Set objFaxServer = New FAXCOMEXLib.FaxServer
Set objFaxDocument = New FAXCOMEXLib.FaxDocument
objFaxServer.Connect "svrimage.centurysd.com"
Set objFaxDevice = objFaxServer.GetDevices.Item(3)
objFaxDevice.SendEnabled = True 'Not sure if I need this proprety
objFaxDevice.Save 'Not sure if I need this proprety
objFaxDocument.Body = "C:Test.txt"
objFaxDocument.Recipients.Add "fax #", "Test"
jobid = objFaxDocument.ConnectedSubmit(objFaxServer)
MsgBox "The jobid is " & jobid
Set objFaxServer = Nothing
Set objFaxDocument = Nothing
Set objFaxDevice = Nothing

Error_Handler:

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

Thanks.



  #3  
Old June 23rd, 2006, 01:14 PM posted to microsoft.public.outlook.fax
external usenet poster
 
Posts: n/a
Default Error: 800710DB received for ConnectedSubmit

The question I have hasn't been addressed. If I send a message
directly to someone, will the reply be sent to the forum or my e-mail
address? For example, in the "To:" section if I click on the radio btn
Russ Valentine, will your reply be sent to a forum or my e-mail
address?

Thanks!

Russ Valentine [MVP-Outlook] wrote:
You'll find these non-Outlook issues addressed in m.p.o.win2000.fax
--
Russ Valentine
[MVP-Outlook]
"rs250" wrote in message
oups.com...
I receive error: 800710D8 when trying to fax through VB. After
searching the error
on Google, I found out that the error means that the fax printer isn't
installed on the client machine.

The network fax that is installed on my PC (Win XP Pro SP2) is the fax
modem on the server. The fax icon in "Printers and Faxes" is a MS
Shared Fax Driver and clicking on opens up Fax Console. So I should be

able to send a fax through the vb code and that fax should appear in
the Fax Console.

If I have a MS Fax Shared Driver installed then why the error?

Here is the code:

Dim objFaxServer As FAXCOMEXLib.FaxServer
Dim objFaxDocument As FAXCOMEXLib.FaxDocument
Dim objFaxDevice As FAXCOMEXLib.FaxDevice
Dim jobid As Variant

On Error GoTo Error_Handler

Set objFaxServer = New FAXCOMEXLib.FaxServer
Set objFaxDocument = New FAXCOMEXLib.FaxDocument
objFaxServer.Connect "svrimage.centurysd.com"
Set objFaxDevice = objFaxServer.GetDevices.Item(3)
objFaxDevice.SendEnabled = True 'Not sure if I need this proprety
objFaxDevice.Save 'Not sure if I need this proprety
objFaxDocument.Body = "C:Test.txt"
objFaxDocument.Recipients.Add "fax #", "Test"
jobid = objFaxDocument.ConnectedSubmit(objFaxServer)
MsgBox "The jobid is " & jobid
Set objFaxServer = Nothing
Set objFaxDocument = Nothing
Set objFaxDevice = Nothing

Error_Handler:

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

Thanks.


  #4  
Old June 23rd, 2006, 10:15 PM posted to microsoft.public.outlook.fax
external usenet poster
 
Posts: n/a
Default Error: 800710DB received for ConnectedSubmit

Most likely there will be no reply. These are newgroups, not personal email
support. Most people post with invalid email addresses.
--
Russ Valentine
[MVP-Outlook]
"rs250" wrote in message
oups.com...
The question I have hasn't been addressed. If I send a message
directly to someone, will the reply be sent to the forum or my e-mail
address? For example, in the "To:" section if I click on the radio btn
Russ Valentine, will your reply be sent to a forum or my e-mail
address?

Thanks!

Russ Valentine [MVP-Outlook] wrote:
You'll find these non-Outlook issues addressed in m.p.o.win2000.fax
--
Russ Valentine
[MVP-Outlook]
"rs250" wrote in message
oups.com...
I receive error: 800710D8 when trying to fax through VB. After
searching the error
on Google, I found out that the error means that the fax printer isn't
installed on the client machine.

The network fax that is installed on my PC (Win XP Pro SP2) is the fax
modem on the server. The fax icon in "Printers and Faxes" is a MS
Shared Fax Driver and clicking on opens up Fax Console. So I should be

able to send a fax through the vb code and that fax should appear in
the Fax Console.

If I have a MS Fax Shared Driver installed then why the error?

Here is the code:

Dim objFaxServer As FAXCOMEXLib.FaxServer
Dim objFaxDocument As FAXCOMEXLib.FaxDocument
Dim objFaxDevice As FAXCOMEXLib.FaxDevice
Dim jobid As Variant

On Error GoTo Error_Handler

Set objFaxServer = New FAXCOMEXLib.FaxServer
Set objFaxDocument = New FAXCOMEXLib.FaxDocument
objFaxServer.Connect "svrimage.centurysd.com"
Set objFaxDevice = objFaxServer.GetDevices.Item(3)
objFaxDevice.SendEnabled = True 'Not sure if I need this proprety
objFaxDevice.Save 'Not sure if I need this proprety
objFaxDocument.Body = "C:Test.txt"
objFaxDocument.Recipients.Add "fax #", "Test"
jobid = objFaxDocument.ConnectedSubmit(objFaxServer)
MsgBox "The jobid is " & jobid
Set objFaxServer = Nothing
Set objFaxDocument = Nothing
Set objFaxDevice = Nothing

Error_Handler:

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

Thanks.




 




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I get Excel to automatically calculate salaries actually received in financial year? Kei General Discussion 0 March 3rd, 2006 11:26 AM
I keep getting the following error messages and the recepient isn' RF General Discussions 4 September 19th, 2005 11:43 PM
how do i sort email messages by time received? dave Installation & Setup 0 May 27th, 2005 06:30 AM
Forward Notice mail received? Phillip R. Olstein General Discussion 0 May 20th, 2005 03:56 PM
No Received Mail folder; can't "Find" in received mail Carl Installation & Setup 3 May 31st, 2004 09:56 PM


All times are GMT +1. The time now is 09:03 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.