ERROR AUTHENTICATION
Typ |
| ||
---|---|---|---|
Versionshinweise | 13.2 | ||
Web Client |
Code
MailConstants.ERROR_AUTHENTICATION
Beschreibung
Fehlercode, wenn die Authentifizierung zum Mailserver beim Versenden einer Email fehlgeschlagen ist.
Beispiele
IMailResult result = MailUtils.setActivity("ActivityPk", true, "MailConfigMatchCode");
if(!MailUtils.isSuccessful(result) && ScriptUtils.equals(MailConstants.ERROR_AUTHENTICATION, MailUtils.getErrorCode(result)))
{ ... }