Skip to content
DocsTry Aspire
DocsTry

PostaEmailVerificationOptions Properties

ClassProperties6 members
Parameter-based configuration options for Posta email verification.
AutoSuppressOnRejectSection titled AutoSuppressOnRejectnullableIResourceBuilder<ParameterResource>
Gets or sets whether permanently rejected recipients are added to the suppression list.
public IResourceBuilder<ParameterResource>? AutoSuppressOnReject { get; set; }
CacheTtlHoursSection titled CacheTtlHoursnullableIResourceBuilder<ParameterResource>
Gets or sets how long address-level verification results are cached, in hours.
public IResourceBuilder<ParameterResource>? CacheTtlHours { get; set; }
EnabledSection titled EnablednullableIResourceBuilder<ParameterResource>
Gets or sets whether the email verification endpoint is enabled.
public IResourceBuilder<ParameterResource>? Enabled { get; set; }
MxCacheTtlHoursSection titled MxCacheTtlHoursnullableIResourceBuilder<ParameterResource>
Gets or sets how long domain MX lookups are cached, in hours.
public IResourceBuilder<ParameterResource>? MxCacheTtlHours { get; set; }
RateHourlySection titled RateHourlynullableIResourceBuilder<ParameterResource>
Gets or sets the per-user hourly cap on verification requests.
public IResourceBuilder<ParameterResource>? RateHourly { get; set; }
RequiredSection titled RequirednullableIResourceBuilder<ParameterResource>
Gets or sets whether users must verify their email address before sign-in.
public IResourceBuilder<ParameterResource>? Required { get; set; }