FaxJobBase::addDocuments
Description
In BBj 10.00 and higher, this method adds multiple documents to the fax job. Calling addDocuments should be cumulative in effect, adding these documents to the list of documents already in the fax job.
Syntax
Access |
Return Value |
Method |
---|---|---|
public |
void |
addDocuments(BBjVector documents!) |
Parameters
Parameter | Description |
---|---|
documents! |
A vector of documents to send with the fax. |
Return Value
None.
Remarks
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.
Example
Not applicable.