SendTemplateRequest.RecipientIds Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.