Click here to Skip to main content
15,893,564 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am successfully faxing text files from my vb.net 2003 application using a fax server on the network server (Win 2003). Now I am trying to fax html or doc files and getting error 80070483 which after some searching indicates there is no file association for these types of files which doesn't make any sense to me. I can double click either of these file types and they open with the appropriate program. I also checked the settings in windows explorer/tools/folder options. I'm using the following code for testing.
VB
oFaxDocument.Body = "C:\TestFolder\MyFile.html"
Not sure where to go from here. I've also seen some suggestions that say I have to change the html file into an image before I can fax it. Any ideas on how I cane get these faxes to work?
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900