# SendBatchEmailsRequestRecipientsItem Properties

- Package: [CommunityToolkit.Aspire.Posta](/reference/api/csharp/communitytoolkit.aspire.posta.md)
- Type: [SendBatchEmailsRequestRecipientsItem](/reference/api/csharp/communitytoolkit.aspire.posta/sendbatchemailsrequestrecipientsitem.md)
- Kind: `Properties`
- Members: `3`

Represents the SendBatchEmailsRequestRecipientsItem payload.

<a id="email"></a>

## Email

- Name: `Email`
- Modifiers: `get; set`
- Returns: `string`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire/blob/4ff8268fbd97ddd23cb73dc8eff9cc92718156d1/src/CommunityToolkit.Aspire.Posta/Models/Shared/SendBatchEmailsRequestRecipientsItem.cs)

Gets or sets `email`.

```csharp
public string Email { get; set; }
```

<a id="language"></a>

## Language

- Name: `Language`
- Modifiers: `nullable` `get; set`
- Returns: `string?`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire/blob/4ff8268fbd97ddd23cb73dc8eff9cc92718156d1/src/CommunityToolkit.Aspire.Posta/Models/Shared/SendBatchEmailsRequestRecipientsItem.cs)

Gets or sets `language`.

```csharp
public string? Language { get; set; }
```

<a id="templatedata"></a>

## TemplateData

- Name: `TemplateData`
- Modifiers: `nullable` `get; set`
- Returns: `IReadOnlyDictionary<string, JsonElement>`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire/blob/4ff8268fbd97ddd23cb73dc8eff9cc92718156d1/src/CommunityToolkit.Aspire.Posta/Models/Shared/SendBatchEmailsRequestRecipientsItem.cs)

Gets or sets `template_data`.

```csharp
public IReadOnlyDictionary<string, JsonElement>? TemplateData { get; set; }
```
