saveAttachmentFromEmail
Description
Saves an attachment from an incoming email, in a file, on the local disk.
Syntax | saveAttachmentFromEmail(attachmentName, filePath) | Package |
|
Alias |
| Pkg Usage |
|
Parameters
Parameter name | Type | Required | Description |
|---|---|---|---|
attachmentName | string | Yes | An attachment from the incoming mail |
filePath | string | Yes | Where to save that attachment |
Return Type
boolean
True if the attachment is saved