E-mail Settings Configuration

Updates or retrieves the e-mail settings for a mobile workflow package.

E-mail settings allow the administrator to configure a listener to scan all incoming e-mail messages delivered to an inbox that the administrator indicates during configuration.

Syntax

java.lang.Boolean SUPMobileWorkflow.testEmailConnection(configXml);

void SUPMobileWorkflow.configureEmail(configurationXML);

void SUPMobileWorkflow.enableEmail(enable);

java.lang.String SUPMobileWorkflow.getEmailConfiguration();

java.lang.Boolean SUPMobileWorkflow.isEmailEnabled();

Returns

If successful, returns an object of the specified type (can be null). If unsuccessful, returns SUPAdminException.

Examples