Skip to content
DocsTry Aspire
DocsTry

SendBatchEmailsResponseData Properties

ClassProperties5 members
Represents the SendBatchEmailsResponseData payload.
FailedSection titled Failednullableint?
Gets or sets failed.
public int? Failed { get; set; }
Gets or sets results.
public IReadOnlyList<SendBatchEmailsResponseDataResultsItem>? Results { get; set; }
SentSection titled Sentnullableint?
Gets or sets sent.
public int? Sent { get; set; }
SkippedSection titled Skippednullableint?
Gets or sets skipped.
public int? Skipped { get; set; }
TotalSection titled Totalnullableint?
Gets or sets total.
public int? Total { get; set; }