Skip to content
DocsTry Aspire
DocsTry

SendBatchEmailsResponseDataResultsItem Properties

ClassProperties4 members
Represents the SendBatchEmailsResponseDataResultsItem payload.
EmailSection titled Emailnullablestring?
Gets or sets email.
public string? Email { get; set; }
ErrorSection titled Errornullablestring?
Gets or sets error.
public string? Error { get; set; }
IdSection titled Idnullablestring?
Gets or sets id.
public string? Id { get; set; }
StatusSection titled Statusnullablestring?
Gets or sets status.
public string? Status { get; set; }