EmailMessage.AddCCRecipient

From Xojo Documentation

Method

EmailMessage.AddCCRecipient(recipient As String)

Supported for all project types and targets.

Adds a CC recipient to the email.

Example

Var mail As New EmailMessage
mail.AddCCRecipient("mary@company.com")
mail.AddCCRecipient("mark@company.com")