AddAttachment
Previous
Next
Adds a file as an attachment.
Syntax: AddAttachment (File As String)
AddAttachment could be used several times to add more than one file.
Example:
Msg.AddAttachment(
AppPath
&
"\SomeDocument.doc"
)