mailtool_addBCCRecipient
*//////////////////////////////////////////////////////////////*
* mailtool_addBCCRecipient *
* *
* 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_addBCCRecipient...
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 of type BCC to the email.