RTI_SendFax (OpenInsight 32-bit)
At 19 OCT 2012 09:22:52AM John Grant wrote:
When sending a fax using RTI_SendFax I would like to attach more than one file. However in the HELP for RTI_SendFax only one attachment is indicated for "ItemName". Can more than one file be attached and what would be the format for "ItemName"?
At 19 OCT 2012 10:14AM bshumsky wrote:
When sending a fax using RTI_SendFax I would like to attach more than one file. However in the HELP for RTI_SendFax only one attachment is indicated for "ItemName". Can more than one file be attached and what would be the format for "ItemName"?
Hi, John. Sorry, it appears that the RTI_SENDFAX supports only a single attachment at this time; the only suggestion I might have is to execute some code before calling RTI_SENDFAX to "bundle" multiple attachments into a single file.
- Bryan Shumsky
At 23 OCT 2012 12:15PM John Grant wrote:
Thanks, seems a shortcomming as the Windows E-mail and Fax Program does support multiple attachments. My work around was simply to rerun the program attaching only one file until all files are sent.
Supposedly RTI_SendFax is to return a fax job number if successful:
Returns The fax job number. if the job is queued successfully to the fax software then the return value is non-null.
Yet none is returned to my code when sent as:
JobID = RTI_SendFax(ReceiverFax, ReceiverName, Subject, Note, CoverPage, HostFile, ItemName, SenderName, SenderEmail, SenderFax, FaxServer, SendFax_Status)