Fax a dynamic message using Faxcomlib (No file)

  • Thread starter Thread starter Jimmy
  • Start date Start date
J

Jimmy

Dear All,

I would like to thank everyone who contribute to this section. I
manage to get the faxcomlib to fax a file using VB6 and XP but I do
not know how to fax a dynamic message.
Do anyone know how to fax out a dynamic message the without creating a
file.

Thank You

Jimmy
 
I suppose you could put your message in the cover page text instead of using the
body property of the faxdocument object (which is looking for a file). You
could also create a temporary file, send the fax, and then nuke the temporary
file.

Hope this helps,
Rich
 
Back
Top