Hi,
As per the Integration Guide only the following information is availible or configurable regarding the coversheet setting when using the JAVA API:
d.Call m_FaxDocument.setCoverText (…) to set the contents of the fax cover page text (if any). If the cover text is a data type other than TXT, then use m_FaxDocument.setCoverTextType (…) to set the type.
Example:
//Set the body text
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”);
Is there a way that you can force the JAVA API to use the coversheet as set on the specific user and group with-in Enterprise Manager?
Alternatively how can I direct the JAVA API to use a specific Coversheet located in the FCS folder?