Add method
Adds an attachment to the current NewMailMessage object.
Syntax
Add(FilePath As String, [Name As String])
Parameters
FilePath
|
The path of the file to attach to the current NewMailMessage object.
|
Name
|
Optional name of the attachment.
|
Return Value
An Attachment object.