# SendBatchEmailsResponseData Properties

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

Represents the SendBatchEmailsResponseData payload.

<a id="failed"></a>

## Failed

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

Gets or sets `failed`.

```csharp
public int? Failed { get; set; }
```

<a id="results"></a>

## Results

- Name: `Results`
- Modifiers: `nullable` `get; set`
- Returns: [IReadOnlyList<SendBatchEmailsResponseDataResultsItem>](/reference/api/csharp/communitytoolkit.aspire.posta/sendbatchemailsresponsedataresultsitem.md)
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire/blob/4ff8268fbd97ddd23cb73dc8eff9cc92718156d1/src/CommunityToolkit.Aspire.Posta/Models/Shared/SendBatchEmailsResponseData.cs)

Gets or sets `results`.

```csharp
public IReadOnlyList<SendBatchEmailsResponseDataResultsItem>? Results { get; set; }
```

<a id="sent"></a>

## Sent

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

Gets or sets `sent`.

```csharp
public int? Sent { get; set; }
```

<a id="skipped"></a>

## Skipped

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

Gets or sets `skipped`.

```csharp
public int? Skipped { get; set; }
```

<a id="total"></a>

## Total

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

Gets or sets `total`.

```csharp
public int? Total { get; set; }
```
