com.easylink.services.sample
Class ResendFax

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

public class ResendFax
extends java.lang.Object

ResendFax – Resend a fax to the destination
Usage : resendfax –h[host] -p[Port] -e[EmailAddress] -P[Password] -d[Destination number] -u[UserCode]

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 ;

Example:

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


Constructor Summary
ResendFax()
           
 
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

ResendFax

public ResendFax()
Method Detail

main

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