Class BatchSendEmailResponse
Represents send email response details object for batch requests.
public sealed record BatchSendEmailResponse : SendEmailResponse, IEquatable<SendEmailResponse>, IEquatable<BatchSendEmailResponse>
- Inheritance
-
BatchSendEmailResponse
- Implements
- Inherited Members
Properties
Errors
Gets the errors, associated with the response.
[JsonPropertyName("errors")]
[JsonPropertyOrder(3)]
[JsonObjectCreationHandling(JsonObjectCreationHandling.Populate)]
public IList<string> Errors { get; }