BccRecipients property

EmailAddressCollection BccRecipients
Gets a list of recipients this response will be sent to as Bcc.

Implementation

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