AXSoft SMTPSock - Attachments
Description |
Contains a string of files to send with email. Delimited by semi-colon ";". |
|||||||
Type |
Property |
|||||||
Syntax |
object.Attachments [ = String ]
|
|||||||
Return Type |
String |
|||||||
Remarks |
The filenames are delimited by a semi-colon ";". When a specified file does not exists, then the next exisiting file will be opened on the list and will be transferred. No wildcards (*.*) are allowed. The files will be encoded using Base64 encoding for transfer. Once a file transfer has begun, only read access to that file will be allowed by any other process. Example
of use: |