EmailMessage.AddBCCRecipient

From Xojo Documentation

Method

EmailMessage.AddBCCRecipient(recipient As String)

Supported for all project types and targets.

Adds a BCC recipient to the email.

Example

Var mail As New EmailMessage
mail.AddBCCRecipient("boss@company.com")
mail.AddBCCRecipient("bigboss@company.com")