DescriptionAdd a CC email address to the messageSyntaxtrg.mail.SetCC(cc, bcc)
Description
Add a CC email address to the message
Syntax
trg.mail.SetCC(cc, bcc)
cc (input) - addresses to ccbcc (input) - addresses to bcc
Return value
This function does not return a value.
Sample'---------- Start ----------Function Start trg.mail.SetCC( "support@simx.com" )End FunctionSee alsoPlatform Objects and Methodstarget.mail.SetAttachments()target.mail.SetFont()target.mail
Sample'---------- Start ----------Function Start trg.mail.SetCC( "support@simx.com" )End FunctionSee also
'---------- Start ----------
Function Start
trg.mail.SetCC( "support@simx.com" )
End Function
Platform Objects and Methodstarget.mail.SetAttachments()target.mail.SetFont()target.mail