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