Table of Contents

Class EmailCampaignDeliveryOptions

Namespace
Mailtrap.EmailCampaigns.Models
Assembly
Mailtrap.Abstractions.dll

Represents delivery throttling options of an email campaign.

public sealed record EmailCampaignDeliveryOptions : IEquatable<EmailCampaignDeliveryOptions>
Inheritance
EmailCampaignDeliveryOptions
Implements

Properties

EmailsPerHour

Gets or sets the maximum number of emails to send per hour.

[JsonPropertyName("emails_per_hour")]
[JsonPropertyOrder(1)]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public int? EmailsPerHour { get; set; }

Property Value

int?

Maximum number of emails sent per hour, or null when not throttled.