Retrieves the BCC string of the selected mail message.
Syntax:
MailMsgBCC (index)
Parameters:
index: The mail message index
Returns:
The BCC string of the mail message
Example:
MailMsgBCC (12) returns John Smith<johnsmith@mymail.com>,Jane Doe<janedoe@mymail.com>
See also:
Mail functions
The Online and Rich Client Samples projects (program EL03 and REL03)