CcRecipients property

EmailAddressCollection CcRecipients
Gets a list of recipients the response will be sent to as Cc.

Implementation

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