Hi,
Can someone perhaps explain what the parameters one needs to set or specify when sending a fax via JAVA API?
As per the sample:
obFS.m_FaxDocument.setBody ( “Here is some body text”, “TXT”, -1, -1, -1, “Arial”, -1, -1);
//Set the cover text
obFS.m_FaxDocument.setCoverText (“Here is some cover text”);
Thanks,
Deon