mailtool_clearRecipients
*//////////////////////////////////////////////////////////////*
* mailtool_clearRecipients - Clear the Recipients *
* *
* Input: *
* in_type - The type of the recipient (Default -1/ALL) *
* *
* Output: *
* out_errMsg - The error message (if error exists). *
* *
* Returns: *
* -1 for error, n number of recipients left in the list *
* *
*//////////////////////////////////////////////////////////////*
D mailtool_clearRecipients...
D PR 10i 0
D in_type 10i 0 Value Options(*NOPASS)
D out_errMsg 256 Options(*NOPASS)
This function will clear all of the recipients, or a specific type of recipient from the recipient list.
The in_type value should be -1 for all, 0 for TO, 1 for CC, and 2 for BCC.