ERROR_CONFIGURATION
Typ | |||
---|---|---|---|
Versionshinweise | 21.1 | ||
Web Client |
Code
MailConstants.ERROR_CONFIGURATION
Beschreibung
Fehlercode, wenn die E-Mail-Konfiguration nicht gefunden wurde oder fĂĽr den aktuellen Benutzer nicht konfiguriert ist.
Beispiele
IMailResult result = MailUtils.setActivity("ActivityPk", true, "NotExsistingMailConfig");
if(!MailUtils.isSuccessful(result) && ScriptUtils.equals(MailConstants.ERROR_CONFIGURATION, MailUtils.getErrorCode(result)))
{ ... }