|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.easylink.services.sample.ResendFax
public class ResendFax
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 |
|---|
public ResendFax()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||