Skip to main content
Skip table of contents

AttachmentDelete()

AttachmentDelete() – Entfernt einen Anhang aus einem Email-Objekt

Die Funktion entfernt einen Anhang eines Email-Objekts.

Hinweis

Nachdem ein Anhang entfernt wurde, rücken automatisch alle folgenden Anhänge eine Position nach vorne, d.h. die Attachment-ID wird um 1 reduziert.

ParameterBeschreibung

oBatchMail:O

TBatchMail-Objekt

nAttachmentID:N

Attachment-ID

Rückgabewert

True falls der Anhang gelöscht wurde, ansonsten False

Beispiel

CODE
// Event vor Email-Versand
| nEvtNo:P1, aInfo:P2, aText:P3, aNote:P4, oBatchMail:P5 |

// Alle Anhänge entfernen
for i := 1 to ALen(oBatchMail.AttachmentList) do
   AttachmentDelete(oBatchMail, 1)
next,
JavaScript errors detected

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

If this problem persists, please contact our support.