M
Mircea Pleteriu
Does somebody know why the foolowing code
throws an System.Runtime.InteropServices.COMException exception with the message of 'Unspecified error'?
FaxServerClass fxsvr = new FaxServerClass();
fxsvr.Connect(""); // null for local fax server otherwise a computername
I use the FAXCOMLib library under Windows 2000.
Thanks,
Mircea
throws an System.Runtime.InteropServices.COMException exception with the message of 'Unspecified error'?
FaxServerClass fxsvr = new FaxServerClass();
fxsvr.Connect(""); // null for local fax server otherwise a computername
I use the FAXCOMLib library under Windows 2000.
Thanks,
Mircea