Server 2003 Fax

W

Websilon

Hi All. There is no Server 2003 group yet.

How do I get rid of that annoying fax monitor popup???

Every time a fax comes in the stupid thing pops up.
I've tried everything! The damn thing is SOOO annoying!
PLEASE HELP!

I'm in the middle of typing and this thing pops up and takes over my computer.
I don't need to be interrupted every time a junk fax comes in.
I prefer to check faxes at my leisure. Not when MS want me too!

TIA.
Blair Michaels.

PS: Another of many ANNOYING things in Windows Server 2003.
 
G

Guest

Open Printers and Faxes| Fax|Properties|Tracking , disable
following
- Automatically open the Fax Monitor when a Fax is being
(a)sent
(b) Received

Subhashini Meesala
Microsoft Printing, Imaging and Fax Team
This posting is provided "AS IS" with no warranties, and
confers no rights.
Please do not send email directly to this alias. This
alias is for newsgroup purposes only.'
 
Joined
Sep 20, 2006
Messages
4
Reaction score
0
I have developed FAX Application in ASP.NET 2.0 using FAXCOMLib in Windows 2003 Server Environment.



My code is given below.

Dim FS As New FAXCOMLib.FaxServer

Dim FD As FAXCOMLib.FaxDoc

FS.Connect(ServerToConnect.Trim())

FD = FS.CreateDocument(str_Path_Of_File_To_Be_Faxed.Trim) \\\file Name to be send

FD.FileName = str_Path_Of_File_To_Be_Faxed.Trim

FD.FaxNumber="45454545"

FD.DisplayName = "TEST"

FD.DiscountSend = 0

FD.SendCoverpage = 0

faxcnt = FD.Send() \\Error occurs Here

FS.Disconnect()

When i start this programm, the system seams to hang and after a short time,
there appears an error 0x80070005 (Data is invalid??) at the line
FaxDoc.Send() AS mentioned below

{"Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))"}
System.UnauthorizedAccessException: {"Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))"}
Data: {System.Collections.ListDictionaryInternal}
HelpLink: Nothing
InnerException: Nothing
Message: "Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))"
Source: "Interop.FAXCOMLib"
StackTrace: " at FAXCOMLib.IFaxDoc.Send()
at FaxApplication.Upload_Files.FaxTheFiles() in F:\Inetpub\wwwroot\Fax2\Upload_Files.aspx.vb:line 160"
TargetSite: {System.Reflection.RuntimeMethodInfo}

from the above code u got the solution of your problme but if u successfully send the fax than pls help me to solve this problem on windows 2003 server.
my email is (e-mail address removed)
would u pls send my ur code for sending fax on win2k3

Mitesh
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top