SiMX Help‎ > ‎The Target Platform‎ > ‎Objects‎ > ‎TARGET Object‎ > ‎target.mail‎ > ‎

SetAttachments


Platform Objects


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 Function

See also


Platform Objects and Methods
target.mail.Send()
target.mail.SetCC()
target.mail