AXSoft SMTPSock - Attachments

Description

Contains a string of files to send with email. Delimited by semi-colon ";".

 
Type

Property

 
Syntax

object.Attachments [ = String ]

Parameter Type Description
  String List of files to attach to email

 
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:
strFiles = "c:\file1.ext;c:\winnt\file2.ext;d:\file3.ext"
axsSMTPSock1.Attachments = strFiles