API_HOME_EMAIL

This function OCR the current document.

API function name: api_home_email(to, cc, bcc, subject, body, burn)
Parameters:

to <string> [optional]

cc <string> [optional]

bcc <string> [optional]

subject <string> [optional]

body <string> [optional]

burn <bool> [optional]

Return Type:

Promise

PromiseResult will be true, if the operation was successful, otherwise false.

Programmer notes:

If any of the parameters are not specified, the IceViewer HTML5 will open the Email Sending window.

NOTE: The email sending feature must be configured in IceViewer HTML5, to send emails.

Code Example:

None