Interface FaxJob
Description
In BBj 10.00 and higher, this class is a base class for fax jobs to be inherited and extended. FaxJobBase implements the FaxJob interface and provides functionality for maintaining a list of phone numbers associated with a fax job.
When inheriting this class, the following methods need to be overridden:
Methods
Access |
Return Value |
Method |
---|---|---|
public |
void |
addDocument(BBjString documentPath$) |
public |
void |
addDocuments(BBjVector documents!) |
public |
void |
addPhoneNumber(BBjString phoneNo$) |
public |
void |
addPhoneNumbers(BBjVector phoneNos!) |
public |
void |
close() |
public |
BBjNumber |
|
public |
void |
send() |
See Also
Note:
The BASIS Fax Utility uses a third-party library from Java4Less called RFax. Any faxes sent will include a banner stating that the RFax library is being used until the customer obtains a license from Java4Less here.