Faxing With FaxComExLib, What Is FaxDocument.DocumentName?

Dec 5, 2005

I am successfully sending faxes from a windows XP client through the fax service on a windows 2003 server. The fax prints at the recipient's end with a line at the top that looks something like "1C5W999387430409E.txt". I hope this is a really simple question. Is this the "DocumentName" as in oFaxDocument.DocumentName = "Some Text". If it is not, how can I eliminate the line of text at the top of the fax.

View 5 Replies


ADVERTISEMENT

Add To FaxDocument.Bodies?

Feb 2, 2010

FaxDocument.Bodies is an object. I understand it should look something like Fax1.txt;Fax2.txt;Fax3.txt So is that not a string of Filepaths seperated by ';'. When I tried ... FaxDocument.Bodies = strBodies it gave me this ... Com Exception The operation identifier is not valid. (Exception from HRESULT: 0x800710DD)

I have also forced the strBodies to be type object and that doesn't work also

View 1 Replies

Way That FaxDocument.ConnectSubmit Does NOT Open Word

Oct 5, 2009

Is there a way that when I send a fax using FaxDocument and FaxServer that it does not display Microsoft Words?I am sending my fax as FaxDocument. ConnectSubmit(faxServer) and I also tried FaxDocument.Submit("") and both of them pops windows for a brief time when sending.

View 1 Replies

Faxing A PDF File Using VS2003

Oct 3, 2011

Faxing a PDF File Using VS2003

View 1 Replies

Faxing PDF File Using .Net Application?

Jul 2, 2009

I developed a windows service to fax files using VB.NET. It is working for the file formats .bmp,.jpeg. But it is not working for the file type .PDF.I am using FaxComLib (COM .dll) to send fax. I am getting following error when the service tries to fax .PDF file.

"System.Runtime.InteropServices.COMException (0x80070483): Operation failed.at FAXCOMEXLib.FaxDocumentClass.ConnectedSubmit(FaxServer pFaxServer)

View 3 Replies

Receive A Fax Using FAXCOMEXLIB

Apr 6, 2010

how I can recieve a fax by using FaxCOMEX.dll library?I know how to send a fax, but I need to recieve a fax using this library.Is it by using the event OnIncomingJobAdded and then I can get all data of the recieved fax? or ther are another way?

View 1 Replies

Created A Small Test Program For Faxing

Mar 28, 2006

I have created a small test program for faxing.On some machines it works and on others it throws the following COM error when trying to send the fax:[code]Here is the source code from my test application.All it requires is a reference to FaxComExLib.[code]

View 15 Replies

FAXCOMEXLib - Sending Fax - Application Hangs When Try To Cancel The Print Dialog Box

Apr 18, 2007

I have a problem when it comes to faxing html. Im currently using FAXCOMEXLib because I'm sending to a remote fax server. Sending html files causes the function ConnectedSubmit to display a print dialog box before sending the fax. The application hangs when you try to cancel the print dialog box, it seems like the ConnectedSubmit function does not return to previous line where it was called.

[Code]...

View 1 Replies

FaxComExLib Operation Failed Sending Fax To SBS2003 Via Windows 2003 Server

Jun 2, 2008

I'm trying to develop some code to send a fax automatically from a ASP webpage.

[code].....

Basically on my development machine (XP Pro) the fax sending works correctly via our SBS 2003 server which has the fax services installed. Now I want to upload the ASP webpage to our Windows 2003 Standard server under IIS. When I try to send faxes using this server (via the SBS2003) server I get the exception "Operation Failed".I've installed/uninstalled the Fax Service on our Windows 2003 Standard server but still the same error message.

View 11 Replies

FaxComExLib Operation Failed Sending Fax To SBS2003 Via Windows 2003 Server?

Jan 3, 2010

FaxComExLib Operation Failed sending fax to SBS2003 via Windows 2003 Server

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved