Skip to main content
Skip table of contents

getText (MailUtils)

Versionshinweise

26.3

Code

GROOVY

MailUtils.getText(ScriptMail mail);

Beschreibung

Liest den Text einer ScriptMail aus.

Parameter

  • mail - Die ScriptMail, von der der Text ausgelesen werden soll.

Rückgabe

Gibt den Text zurück.

Beispiele

GROOVY

GROOVY
ScriptMail mail = MailUtils.getMailFromFile(DocumentUtils.getDocumentPath("mailDocumentPk"));
String text = MailUtils.getText(mail);
JavaScript errors detected

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

If this problem persists, please contact our support.