ERROR MAIL SYNCHRONIZATION
Typ |
| ||
---|---|---|---|
Versionshinweise | 13.2 | ||
Web Client |
Code
MailConstants.ERROR_MAIL_SYNCHRONIZATION
Beschreibung
Fehlercode, wenn die Synchronisation der Aktivität fehlgeschlagen ist.
Beispiele
IMailResult result = MailUtils.setActivity("ActivityPk", true, "MailConfigMatchCode");
if(!MailUtils.isSuccessful(result) && ScriptUtils.equals(MailConstants.ERROR_MAIL_SYNCHRONIZATION, MailUtils.getErrorCode(result)))
{ ... }