|
|
|
|
|
- Handling the messages and their attached files
- Reminder
EmailSaveAttachment (Function) In french: EmailSauveFichierAttaché Copies the attachment of current email onto the user computer (locally).
Syntax
Saving a file attached to the Email structure Hide the details
<Result> = EmailSaveAttachment(<Name of attached file> , <Name of copied file>)
<Result>: Boolean - True if the attached file was copied onto the local computer.
- False otherwise. To get more details on the error, use ErrorInfo with the errMessage constant.
<Name of attached file>: Character string Logical name of attached file, obtained in the Email.Attach variable. <Name of copied file>: Character string Name and full or relative path of file copied onto the local computer. Remarks Handling the messages and their attached files We recommend that you save the messages and their attached files on the local drive (or on a server drive), then delete them from the server. This operation is used to: - reduce the size of the mailbox on the server,
- improve and streamline communications: only new messages will be read on the server.
Reminder Structure Email: The files attached to the current message are known thanks to the variables: - Email.NbAttachment: number of files attached.
- Email.Attachment: array containing the names of files attached to the current message.
Variable Email: The files attached to the current message are known thanks to the Email...Attach property (an array containing the names of the files attached to the current message).
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|