BccRecipients property

EmailAddressCollection BccRecipients
Gets the list of Bcc recipients for the e-mail message.

Implementation

EmailAddressCollection get BccRecipients =>
    this.PropertyBag[EmailMessageSchema.BccRecipients]
        as EmailAddressCollection;