SendTemplateRequest.RecipientIds Property

Definition

Gets or sets the array that contains the list of recipients for the email. Required.

public:
 property cli::array <Guid> ^ RecipientIds { cli::array <Guid> ^ get(); void set(cli::array <Guid> ^ value); };
public Guid[] RecipientIds { get; set; }
member this.RecipientIds : Guid[] with get, set
Public Property RecipientIds As Guid()

Property Value

Guid[]

The array of recipients for the email. The recipients must be of the same entity type that is specified in the RecipientType property.

Applies to