DescriptionThis function sets the attachments for an email.Syntaxtrg.mail.SetAttachments( a )a - attachments to set Return value
Description
This function sets the attachments for an email.
Syntax
trg.mail.SetAttachments( a )
a - attachments to set
Return value
This function does not return a value.
Sample'---------- Start ----------Function Start trg.mail.SetAttachments( "C:\FileTestFolder\trgSample.txt" )End FunctionSee alsoPlatform Objects and Methodstarget.mail.Send()target.mail.SetCC()target.mail
Sample'---------- Start ----------Function Start trg.mail.SetAttachments( "C:\FileTestFolder\trgSample.txt" )End FunctionSee also
'---------- Start ----------
Function Start
trg.mail.SetAttachments( "C:\FileTestFolder\trgSample.txt" )
End Function
Platform Objects and Methodstarget.mail.Send()target.mail.SetCC()target.mail