faxing using FAXCOMLib
C#
1
Posts
1
Posters
0
Views
1
Watching
-
What should be the connect string if I want to connect to a Windows 2003 shared fax? I've tried using the name that apears under "Printers and Faxes", but I got an exception. I could fax fine if I use my local driver. Any ideas? // this uses the local fax driver and it works faxServer.Connect(null); // this tries to use the shared service and it raises an Invalid handle exception faxServer.Connect("server name"); tom d