This function sets the attachments for an email.
trg.mail.SetAttachments( a )
a - attachments to set
This function does not return a value.
Sample
'---------- Start ----------
Function Start
trg.mail.SetAttachments( "C:\FileTestFolder\trgSample.txt" )
End Function
See also