Skip to main content
Skip table of contents

ERROR_WRONG_ADDRESS_FORMAT

Typ


Versionshinweise

19.2

Web Client

Code

GROOVY
MailConstants.ERROR_WRONG_ADDRESS_FORMAT

Beschreibung

Fehlercode für falsch formatierte E-Mail-Adressen.

Beispiele

GROOVY
IMailResult result = MailUtils.setActivity("ActivityPk", true, "MailConfigMatchCode");
if(!MailUtils.isSuccessful(result) && ScriptUtils.equals(MailConstants.ERROR_WRONG_ADDRESS_FORMAT, MailUtils.getErrorCode(result)))
{ ... }
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.