FileAttachment Type
This describes the file being attached.
Remarks
Information about the file's location that is being attached to the message is contained here.
Fields
File String |
This property contains the path of a file on your system that you would like to send as an attachment with your message. |
Name String |
This property contains the name of the attachment to be sent. |
Constructors
constructor Create();
constructor Create(valFile: String);
constructor Create(valName: String; valFile: String);