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<[email protected]>,Jane Doe<[email protected]>
|
See also:
|
Mail functions
The Online and Rich Client Samples projects (program EL03 and REL03)
|