ToRecipients property
EmailAddressCollection
get
ToRecipients
Implementation
// void SuppressReadReceipt()
// {
// this.ThrowIfThisIsNew();
//
// new SuppressReadReceipt(this).InternalCreate(null, null);
// }
/// <summary>
/// Gets the list of To recipients for the e-mail message.
/// </summary>
EmailAddressCollection get ToRecipients =>
this.PropertyBag[EmailMessageSchema.ToRecipients]
as EmailAddressCollection;