#mailtool_addTORecipient
*//////////////////////////////////////////////////////////////*
* mailtool_addTORecipient *
* *
* 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_addTORecipient...
D PR 10i 0
D in_email 256 Value
D in_name 256 Value Options(*NOPASS)
D out_errMsg 256 Options(*NOPASS)
This function is used to add a recipient of type TO.