ToRecipients property

EmailAddressCollection ToRecipients
Gets a list of recipients the response will be sent to.

Implementation

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