com.easylink.services.sample
Class SendFax

java.lang.Object
  extended by com.easylink.services.sample.SendFax

public class SendFax
extends java.lang.Object

SendFax - Send a fax to the specified destination fax
Usage : sendfax –h[host] -p[Port] -e[EmailAddress] -P[Password] -d[Destination number] -f[filepath] [options]

Parameters:
- h – The Host Name of the destination service.
- p – The Port of the destination service
- e – The Email Address of the registered account
- P – Password for the registered account
- d – Destination fax number
- f – filepath of file(s) to be faxed to destination. There must be at least one. Separate multiple files with a semi-colon ;

Options:

- t – TSI The Optional Fax Server Identification String
- a – Alternative delivery E-mail address
- T – To String value
- A – Account Code for tracking the fax 16 digits max
- u - User Code for tracking the fax 20 Char max
- s - Turn on secured mode and use the supplied keystore. -s/usr/home/mykeys.keystore

Example:

SendFax -hwebservicestest.easylink.com -p8080 -emytest@acme.com –Ppassword0 -d15557415335


Constructor Summary
SendFax()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SendFax

public SendFax()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception