AddAttachment
Previous
Next
Adds a file as an attachment to the message.
More than one file can be attached in one message.
Syntax: AddAttachment (File As String)
Example:
Message.AddAttachment(
AppPath
& "\some file.txt")