Link to home
Start Free TrialLog in
Avatar of Mark Epstein
Mark EpsteinFlag for United States of America

asked on

How to use vb6 to send a fax

Using VB6, how can I programatically send a word document as a fax via the computer's modem.
ASKER CERTIFIED SOLUTION
Avatar of Dirk Haest
Dirk Haest
Flag of Belgium 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 Mark Epstein

ASKER

These are all nice solutions but my faxes will be automated from a list in a database table. Therefore, I will need to know if the fax did not go through (i.e.: Boolean variable) so that the program will know to try the fax at another time, or to check off the ones that went through as completed.  Any ideas how to do this with FaxServer object?
I haven't seen it before.. I'll take a look at it.

These are also solutions (but not free)
Please see the following products:
  Fax Man - http://www.data-tech.com/products/fax/faxman-sdk.aspx
  Inter Fax - http://www.interfax.net/en/dev/
The first solution is very expensive and overkill, the second I believe is na internet fax service.

Does anyone know how to code using fas server object?
I haven't seen it before in coding...
SOLUTION
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 tonym001
tonym001

Sorry meant to say the fax log located in Document and Settings folder

Also try this link which may save you a bit of time poking around
http://msdn2.microsoft.com/en-us/library/ms693393.aspx
Not quite the solution I was looking for. IF anyone knows the solution, kindly forward it, and place into knowledge base. Thank you.