Tech Tip - Send Faxes from OI

Did You Know…
That you can send a fax from Basic+ using the RTI_SendFax function in OpenInsight 9.1 and above. Below is an example of how to use this function.

Declare Function RTI_SendFax
ReceiverFax = "+(555)555-5555"
ReceiverName = "Warren Johnson"
Subject = "A Fax from OpenInsight's "
Subject:= "RTI_SendFax"
Note = "This is a test fax" : @vm
Note:= "from the" : @vm :
Note:= "RTI_Sendfax command"
CoverPage = ""
HostFile = ""
ItemName = "c:\revdotnet.txt"
SenderName = ""
SenderEmail = "sean@revelation.com "
SenderFax = "201 722-9815"
FaxServer = ""
SendFax_Status = ""
JobID = RTI_SendFax(ReceiverFax, ReceiverName, Subject, Note, CoverPage, | HostFile, ItemName, SenderName, SenderEmail, SenderFax, FaxServer, | SendFax_Status)
If jobId Else
* Error Handling
end

Revelation Software

Located in WESTWOOD NJ.

View more articles
menu
menu