PC Review


Reply
Thread Tools Rate Thread

Send Fax using window 2003

 
 
New Member
Join Date: Jul 2005
Posts: 4
 
      8th Jul 2005
I am using FAXCOMEXLib.dll to send fax here. When I send a .txt file to the
fax and it has no problem, but when I send a .html/.pdf/.doc file to fax, it pops up
a logon screen and asking me to login.However, I still cannot fax the file after i have login by using administrator. Can we send a html/pdf/others file types by using FAXCOMEXLib.dll without asking me to login and choose the printer?

Here is by codes and its pretty straight forward.

FaxServer faxServer = new FaxServerClass();
faxServer.Connect(ServerName);
FaxDocument faxDocument = new FaxDocumentClass();
faxDocument.Recipients.Add(FaxNo, "");
faxDocument.Body = FileName;
faxDocument.Priority = FAXCOMEXLib.FAX_PRIORITY_TYPE_ENUM.fptHIGH;
faxDocument.AttachFaxToReceipt = true;
faxDocument.CoverPageType = FAXCOMEXLib.FAX_COVERPAGE_TYPE_ENUM.fcptSERVER;
faxDocument.CoverPage = "generic";
faxDocument.ReceiptType = FAXCOMEXLib.FAX_RECEIPT_TYPE_ENUM.frtMAIL;
faxDocument.Subject = Subject;
faxDocument.ConnectedSubmit(faxServer);
faxServer.Disconnect();

Thank you.
 
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
free fax service, Fax online, Fax, Email fax george Microsoft Windows 2000 Fax 0 26th Dec 2007 04:37 PM
free fax service, Fax online, Fax, Email fax george Windows XP Print / Fax 0 26th Dec 2007 04:34 PM
Re: Send fax using certain fax device (Win2000 Fax) Alex Feinman [MVP] Microsoft Windows 2000 Fax 1 28th Jul 2005 09:22 AM
Send fax using certain fax device (Win2000 Fax) BKV Microsoft Windows 2000 Fax 0 15th Jul 2005 07:53 AM
Cannot send or receive FAX using FAX Console, couldn't preview fax =?Utf-8?B?Qm9ubmllIENoYW4=?= Windows XP Print / Fax 1 3rd Oct 2004 12:55 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:11 AM.