# SendAnEmailResponse Constructors

- Package: [CommunityToolkit.Aspire.Posta](/reference/api/csharp/communitytoolkit.aspire.posta.md)
- Type: [SendAnEmailResponse](/reference/api/csharp/communitytoolkit.aspire.posta/sendanemailresponse.md)
- Kind: `Constructors`
- Members: `1`

Represents the SendAnEmailResponse payload.

<a id="constructor"></a>

## SendAnEmailResponse

- Name: `Constructor`

```csharp
public class SendAnEmailResponse
{
    public SendAnEmailResponse()
    {
        // ...
    }
}
```
