Save attachment

Component that saves email attachments.

Properties:

PropertyTypeDescription

Filepath

String

Path to the file (c:\folder\files.ext)

Attachment

Email attachment

app.SaveAttachment(att, "C:\\file.txt");

Last updated