Recipients.RecipientList Property

Definition

List of recipients

[System.Text.Json.Serialization.JsonPropertyName("recipients")]
public System.Collections.Generic.List<Azure.Connectors.Sdk.SendGrid.Models.Recipient> RecipientList { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("recipients")>]
member this.RecipientList : System.Collections.Generic.List<Azure.Connectors.Sdk.SendGrid.Models.Recipient> with get, set
Public Property RecipientList As List(Of Recipient)

Property Value

Attributes

Applies to