in Search
 
Home Forums Marketplace Files
 
 
 

Coversheet using JAVA API - URGENT - Please help if you can

Last post 01-20-2010, 5:27 AM by DeonG. 0 replies.
Sort Posts: Previous Next
  •  01-20-2010, 5:27 AM 15035

    Huh? [:^)] Coversheet using JAVA API - URGENT - Please help if you can

    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?
View as RSS news feed in XML
  Privacy    Site Terms   Contact Administrator