EmailMessage.BCCAddress

From Xojo Documentation

Read-Only Property (As String )
StringValue = aEmailMessage.BCCAddress

Supported for all project types and targets.

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