Skip to main content
Skip table of contents

AttachmentAdd()

AttachmentAdd() – Anhang einem Email-Objekt hinzufügen

Die Funktion fügt einen Anhang an ein Email-Objekt an.

ParameterBeschreibung

oBatchMail:O

TBatchMail-Objekt

cFileName:C

Dateiname

lAddToDocument:O

True - Die Datei wird auch dem Beleg hinzugefügt; default = False

Rückgabewert

-1 falls die Datei nicht hinzugefügt werden konnte ansonsten die Index-ID des hinzugefügten Anhangs

Beispiel

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

AttachmentAdd(oBatchMail, 'c:\temp\anhang1.txt'),
AttachmentAdd(oBatchMail, 'c:\temp\anhang2.jpg', true),
JavaScript errors detected

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

If this problem persists, please contact our support.