Link to home
Start Free TrialLog in
Avatar of rbichon
rbichon

asked on

Receive Faxes in VB.Net 2005

I am trying to write a fax server app in vb.net that will allow me to receive faxes without using third-party controls. Does anyone know of any open source code that will allow me to do this? Or, does anyone know how I might get started? Thanks.
Avatar of Melih SARICA
Melih SARICA
Flag of Türkiye image

Fax server SDK would solve ur problem..

USE MSDN for detailed information

http://msdn.microsoft.com
Avatar of rbichon
rbichon

ASKER

Do you have a direct link where I could download this sdk? I did a search on the site for fax sdk and it didn't return any results.
ASKER CERTIFIED SOLUTION
Avatar of Melih SARICA
Melih SARICA
Flag of Türkiye image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rbichon

ASKER

This may be a stupid question but I'll ask it anyway. Is the Fax SDK for creating my own fax server or is it used for manipulating the Microsoft Fax Server that comes with XP?
manupluating microsoft fax service
Avatar of rbichon

ASKER

I was more looking for a way to create my own fax server. However, since the Microsoft Fax Server has so many great features and it easy to interface with, I went with your suggestion. Thanks.