#mailtool_addCCRecipient
*//////////////////////////////////////////////////////////////*
* mailtool_addCCRecipient *
* *
* Input: *
* in_email (required) - The email address. *
* in_name - The name of the recipient. *
* *
* Output: *
* out_errMsg - The error message (if error exists). *
* *
* Returns: *
* -1 for error, n number of recipients *
* *
*//////////////////////////////////////////////////////////////*
D mailtool_addCCRecipient...
D PR 10i 0
D in_email 256 Value
D in_name 256 Value Options(*NOPASS)
D out_errMsg 256 Options(*NOPASS)
Use this function to add a recipient to the email of type CC.