Domain Detective

API Reference

Class

EmailSmtpProviderPolicy

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

SMTP policy overrides for a detected mail provider.

Inheritance

  • Object
  • EmailSmtpProviderPolicy

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Constructors

public EmailSmtpProviderPolicy() #

Properties

public MailProviderKind Provider { get; set; } #

Provider to which this policy applies.

public Boolean DisableCatchAll { get; set; } #

True to disable catch-all probing for this provider.

public Nullable<TimeSpan> SmtpTimeoutOverride { get; set; } #

Optional SMTP timeout override.

public Nullable<Int32> SmtpPortOverride { get; set; } #

Optional SMTP port override.

{{ include "footer" }}