ERROR CONNECTION

Typ

 

Versionshinweise

13.2

Web Client

Code

Groovy
MailConstants.ERROR_CONNECTION

Beschreibung

Fehlercode, wenn die Verbindung zum Mailserver beim Versenden einer Email nicht aufgebaut werden konnte.

Beispiele

Groovy
IMailResult result = MailUtils.setActivity("ActivityPk", true, "MailConfigMatchCode");
if(!MailUtils.isSuccessful(result) && ScriptUtils.equals(MailConstants.ERROR_CONNECTION, MailUtils.getErrorCode(result)))
{ ... }