Re: [DOTNET] Fax over TCP/IP in .NET

2002-06-03 Thread Ed Stegman
Nope. The Win2K COM implementation doesn't support broadcast[1]. You'll have to PInvoke Win32 API for that. I haven't dug into the XP/.Net Server COM implementation to see if it does or not, although I have read that it now supports delivery notifications through email. Keep Smilin' Ed Stegma

Re: [DOTNET] Fax over TCP/IP in .NET

2002-06-03 Thread Erick Thompson
Ed, > If you have a fax server on your network... > > If you are running Win2K... > (1) You can use the Fax Service Client API for Windows 2000. (There's a set of COM objects you can tlbimp.) > ms-help://MS.VSCC/MS.MSDNVS/fax/faxlegacy_9lf4.htm Is there a set of RCWs for some of the stuff that C

Re: [DOTNET] Fax over TCP/IP in .NET

2002-05-30 Thread Ed Stegman
If you have a fax server on your network... If you are running Win2K... (1) You can use the Fax Service Client API for Windows 2000. (There's a set of COM objects you can tlbimp.) ms-help://MS.VSCC/MS.MSDNVS/fax/faxlegacy_9lf4.htm If you are running Windows .Net Server... (2) You can use the Fa

Re: [DOTNET] Fax over TCP/IP in .NET

2002-05-29 Thread Yogesh Shetty
: [EMAIL PROTECTED] Subject: [DOTNET] Fax over TCP/IP in .NET Does anyone know how to send message via web (ASP.NET using C#) to fax machine ? is there URL about this ? agus k. You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at

[DOTNET] Fax over TCP/IP in .NET

2002-05-29 Thread Agus Kurniawan
Does anyone know how to send message via web (ASP.NET using C#) to fax machine ? is there URL about this ? agus k. You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.