SetCC

Description

Add a CC email address to the message

Syntax

trg.mail.SetCC(cc, bcc)

cc (input) - addresses to cc

bcc (input) - addresses to bcc

Return value

This function does not return a value.

Sample

'---------- Start ----------

Function Start

    trg.mail.SetCC( "support@simx.com" )

End Function

See also

Platform Objects and Methods

target.mail.SetAttachments()

target.mail.SetFont()

target.mail