publish
plugins.it2be_fax info


Servoy Properties Summary
String build
Date buildDate
String component
Number version


Servoy Methods Summary
IFStatus getFaxStatus( String, String, Number )
IFStatus getFaxStatus( Number )
Number reSendFax( Number, String )
Number reSendFax( String, String, Number, String )
Number sendFax( String, Object, String )
Number sendFax( String, String, String, Object, String )


Servoy Properties Details


build
String  build
Returns the current version (major, minor, build)
Returns
String  build String

Supported Clients
SmartClient, WebClient, NGClient


buildDate
Date  buildDate
Returns date release date
Returns
Date  date Date

Supported Clients
SmartClient, WebClient, NGClient


component
String  component
Returns the component name
Returns
String  name String

Supported Clients
SmartClient, WebClient, NGClient


version
Number  version
Returns the current version (major, minor)
Returns
Number  version Double

Supported Clients
SmartClient, WebClient, NGClient

Servoy Methods Details


getFaxStatus
IFStatus  getFaxStatus( String, String, Number )
Retrieve complete statusinformation of the fax.
Parameters
String  username  the username
String  password  the password
Number  faxid  the fax id

Returns
IFStatus  status IFStatus

Supported Clients
SmartClient, WebClient, NGClient


getFaxStatus
IFStatus  getFaxStatus( Number )
Retrieve complete statusinformation of the fax.
Parameters
Number  faxid  the fax id

Returns
IFStatus  status IFStatus

Supported Clients
SmartClient, WebClient, NGClient


reSendFax
Number  reSendFax( Number, String )
Resend the fax to the given faxnumber.
Parameters
Number  faxid  the fax id
String  faxnumber  the fax number

Returns
Number  sent long

Supported Clients
SmartClient, WebClient, NGClient


reSendFax
Number  reSendFax( String, String, Number, String )
Resend the fax to the given faxnumber.
Parameters
String  username  the username
String  password  the password
Number  faxid  the fax id
String  faxnumber  the fax number

Returns
Number  sent long

Supported Clients
SmartClient, WebClient, NGClient


sendFax
Number  sendFax( String, Object, String )
Send a fax via Interfax (www.interfax.net) and return the status or faxid.
Parameters
String  faxnumber  the fax number
Object  content  the content
String  documentType  the document type

Returns
Number  sent long

Supported Clients
SmartClient, WebClient, NGClient


sendFax
Number  sendFax( String, String, String, Object, String )
Send a fax via Interfax (www.interfax.net) and return the status or faxid.
Parameters
String  username  the username
String  password  the password
String  faxnumber  the fax number
Object  content  the content
String  documentType  the document type

Returns
Number  sent long

Supported Clients
SmartClient, WebClient, NGClient