SetCC
Description
Description
Add a CC email address to the message
Syntax
Syntax
trg.mail.SetCC(cc, bcc)
cc (input) - addresses to cc
bcc (input) - addresses to bcc
Return value
Return value
This function does not return a value.
Sample
'---------- Start ----------
Function Start
trg.mail.SetCC( "support@simx.com" )
End Function
See also