EmailMessage.BCCAddress
From Xojo Documentation
Read-Only Property (As String )
Returns a comma-separated list of Strings. Gets the BCC addresses for this email.
Notes
To add BCC addresses use the AddBCCRecipient method.
Example
Var bccAddresses = mail.BCCAddress