send fax with doc --source code

  • Thread starter Thread starter Raymond Chiu
  • Start date Start date
R

Raymond Chiu

Dear all,

I am vb.net programmer and has one question about fax problem.
If I has the database storing customer information with fax number and I has
different word letter format with some empty fields variables which should
be assigned by the program, How can the program do to send fax through some
third-party program with manipulation in the word document? Is there any
source code from word object to fax program object? Which third-party
program should I use?

I really need your help,
Thanks,

Raymond
 
I have struggled with faxing from VB for many years. It is not an easy thing
to do, you will need to learn how to use TAPI or a third party product like
MSXFAX or Hylafax.

As for the Word document, look up "Microsoft Word PIA" in Google.
 
Back
Top